Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/DecoratorInterfaces
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DecoratorInterfaces/IUpdate.h |
| Include | #include "DecoratorInterfaces/IUpdate.h" |
Syntax
struct FUpdateTraversalQueue
Remarks
A queue of children to traverse.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Push
(
const FWeakDecoratorPtr& ChildPtr, |
Queued a child for traversal Children are processed in the same order they are queued |