Go to the source code of this file.
◆ DECLARE_ANIMGRAPH_MESSAGE
| #define DECLARE_ANIMGRAPH_MESSAGE |
( |
|
ClassName | ) |
|
Value: public: \
static FName GetStaticTypeName() {
return ClassName::TypeName; } \
virtual FName GetTypeName() const final {
return ClassName::GetStaticTypeName(); } \
private: \
static const FName TypeName;
FString GetTypeName()
Definition Casts.h:66
Definition NameTypes.h:617
◆ DECLARE_ANIMGRAPH_MESSAGE_API
Value: public: \
static FName GetStaticTypeName() {
return ClassName::TypeName; } \
virtual FName GetTypeName() const final {
return ClassName::GetStaticTypeName(); } \
private: \
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
◆ DECLARE_NOTIFY_CONTEXT_INTERFACE
◆ DECLARE_NOTIFY_CONTEXT_INTERFACE_API
◆ IMPLEMENT_ANIMGRAPH_MESSAGE
| #define IMPLEMENT_ANIMGRAPH_MESSAGE |
( |
|
ClassName | ) |
const FName ClassName::TypeName = TEXT(#ClassName); |
◆ IMPLEMENT_NOTIFY_CONTEXT_INTERFACE