Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/DecoratorBase
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DecoratorBase/ITraversalContext.h |
| Include | #include "DecoratorBase/ITraversalContext.h" |
Syntax
struct FScopedTraversalContext
Remarks
Pushes and pops a traversal context onto the execution context. During the lifetime of an instance of this object, the execution context will return the provided traversal context as the current traversal context.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedTraversalContext
(
const FScopedTraversalContext& |
|||
FScopedTraversalContext
(
FExecutionContext& ExecutionContext, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| FScopedTraversalContext & | operator=
(
const FScopedTraversalContext& |