Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore > API/Plugins/AnimNext/TraitCore/FExecutionContext
| Type | Name | Description | |
|---|---|---|---|
| bool | PopStackScopedInterfaces
(
const FTraitBinding& Binding |
Pops all scoped interfaces owned by the trait stack that contains the specified trait An interface can only be popped if it lives at the top of the stack Returns true if any scoped interfaces were popped, false otherwise | |
| bool | PopStackScopedInterfaces
(
const FTraitStackBinding& StackBinding |
Pops all scoped interfaces owned by the specified trait stack An interface can only be popped if it lives at the top of the stack Returns true if any scoped interfaces were popped, false otherwise |