DRG-Femboy-Voice/Source/FSD/Public/InterpolatedFirstPersonStaticMeshComponent.h
2025-04-15 12:39:31 -07:00

12 lines
418 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "FirstPersonStaticMeshComponent.h"
#include "InterpolatedFirstPersonStaticMeshComponent.generated.h"
UCLASS(Blueprintable, EditInlineNew, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class UInterpolatedFirstPersonStaticMeshComponent : public UFirstPersonStaticMeshComponent {
GENERATED_BODY()
public:
UInterpolatedFirstPersonStaticMeshComponent();
};