Navigation
API > API/Plugins > API/Plugins/AnimNext
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAdditiveDecorator | Base class for additive decorators that override behavior of other decorators. | ||
| FAnimNextDecoratorHandle | Decorator Handle A decorator handle represents a reference to a specific decorator instance in the shared/read-only portion of a sub-graph. | ||
| FAnimNextDecoratorSharedData | FAnimNextDecoratorSharedData Decorator shared data represents a unique instance in the authored static graph. | ||
| FBaseDecorator | Base class for base decorators that are standalone. | ||
| FDecorator | FDecorator | ||
| FDecoratorBinding | FDecoratorBinding | ||
| FDecoratorInstanceData | FDecoratorInstanceData A decorator instance represents allocated data for specific decorator instance. | ||
| FDecoratorInterfaceUID | FDecoratorInterfaceUID | ||
| FDecoratorMemoryLayout | FDecoratorMemoryLayout | ||
| FDecoratorPtr | Decorator Pointer A decorator pointer represents a shared pointer to allocated instance data. | ||
| FDecoratorRegistryHandle | FDecoratorRegistryHandle | ||
| FDecoratorStaticInitHook | FDecoratorStaticInitHook | ||
| FDecoratorUID | FDecoratorUID | ||
| FExecutionContext | Execution Context | ||
| FNodeDescription | Node Description A node description represents a unique instance in the authored static graph. | ||
| FNodeHandle | Node Handle A node handle represents a reference to a specific node instance in the shared/read-only portion of a sub-graph. | ||
| FNodeInstance | Node Instance A node instance represents allocated data for specific node. | ||
| FNodeTemplateRegistryHandle | FNodeTemplateRegistryHandle | ||
| FScopedTraversalContext | FScopedTraversalContext | ||
| FWeakDecoratorPtr | Weak Decorator Pointer Same as a FDecoratorPtr but is strongly typed to be weak. | ||
| IDecoratorInterface | IDecoratorInterface | ||
| ITraversalContext | ITraversalContext | ||
| TDecoratorBinding | TDecoratorBinding |
Typedefs
| Name | Description |
|---|---|
| DecoratorConstructorFunc | A function pointer to a shim to construct a decorator into the desired memory location When called with a nullptr DestPtr, the function returns nullptr and only populates the memory description output argument. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| UE::AnimNext::EDecoratorMode | EDecoratorModeDescribes how a decorator behaves once attached to an animation node. | ||
| UE::AnimNext::EEvaluationFlags | Flags to control what to compute when evaluating an animation node. |