Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/AnimDataNotifications.h |
| Include | #include "Animation/AnimData/AnimDataNotifications.h" |
Syntax
struct FAnimDataModelNotifPayload
Variables
| Type | Name | Description | |
|---|---|---|---|
| const int8 * | Data | Ptr to the actual payload data | |
| UScriptStruct * | Struct | UScriptStruct type for which Data contains, used for verifying GetPayload |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimDataModelNotifPayload
(
const int8* InData, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const int8 * | GetData () |
||
| const PayloadType & | GetPayload () |
Returns the typed contained payload data if the stored type matches | |
| UScriptStruct * | GetStruct () |