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

12 lines
357 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Components/SkeletalMeshComponent.h"
#include "FSDSkeletalMeshComponent.generated.h"
UCLASS(Blueprintable, EditInlineNew, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class UFSDSkeletalMeshComponent : public USkeletalMeshComponent {
GENERATED_BODY()
public:
UFSDSkeletalMeshComponent();
};