Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FScopedGraphMessage
- TOptionalScopedGraphMessage
- TScopedGraphMessage
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeMessages.h |
| Include | #include "Animation/AnimNodeMessages.h" |
Syntax
struct FScopedGraphMessage
Remarks
Base helper class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | MessageType | The type of the message we pushed. | |
| FAnimationUpdateSharedContext * | SharedContext | Shared context that we push messages into. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedGraphMessage
(
const FAnimationBaseContext& InContext |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PopMessage () |
||
| void | PushMessage
(
const FAnimationBaseContext& InContext, |
Helper functions. |