Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore > API/Plugins/AnimNext/TraitCore/FExecutionContext
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TraitCore/ExecutionContext.h |
| Include | #include "TraitCore/ExecutionContext.h" |
template<class ScopedTraitInterface>
void PushScopedInterface
(
const FTraitBinding & Binding
)
Remarks
The following functions allow for scope interface management and queries Scoped interfaces live on a stack within the execution context A parent node can publish a scoped interface that its children can query for Pushed a scoped interface with the specified interface owned by the specified trait Scoped interfaces automatically pop when the owned trait finishes its update