Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FMessageStack
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeMessages.h |
| Include | #include "Animation/AnimNodeMessages.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNodeMessages.cpp |
void MakeEventContextData
(
TArray < TUniquePtr < const IAnimNotifyEventContextDataInterface > > & ContextData
) const
Remarks
Call MakeEventContextData for the top entry of each MessageType, returning interfaces for types that return event data
Parameters
| Name | Description |
|---|---|
| ContextData | An array of valid IAnimNotifyEventContextDataInterface. Only one entry will exist per message type |