Navigation
API > API/Runtime > API/Runtime/Engine
Base class for all messages/events/scopes that are fired during execution Note that these messages are events/callbacks only, no blending is involved.
| Name | IGraphMessage |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeMessages.h |
| Include Path | #include "Animation/AnimNodeMessages.h" |
Syntax
class IGraphMessage
Derived Classes
IGraphMessage derived class hierarchy
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IGraphMessage() |
Animation/AnimNodeMessages.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BaseTypeName | const FName | Animation/AnimNodeMessages.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const Type & As () |
Animation/AnimNodeMessages.h | ||
Type & As () |
Animation/AnimNodeMessages.h | ||
FName GetTypeName() |
Animation/AnimNodeMessages.h | ||
bool Is() |
Animation/AnimNodeMessages.h | ||
virtual TSharedPtr< const IAnimNotifyEventContextDataInterface > MakeEventContextData() |
Animation/AnimNodeMessages.h | ||
virtual TUniquePtr< const IAnimNotifyEventContextDataInterface > MakeUniqueEventContextData() |
Animation/AnimNodeMessages.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetStaticTypeName() |
RTTI support functions. | Animation/AnimNodeMessages.h |