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

15 lines
410 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Animation/AnimNotifies/AnimNotify.h"
#include "AnimNotify_MessageOwner.generated.h"
UCLASS(Blueprintable, CollapseCategories, MinimalAPI)
class UAnimNotify_MessageOwner : public UAnimNotify {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
FName Message;
UAnimNotify_MessageOwner();
};