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. | ||
| FAnimNextEntryPointHandle | Entry Point Handle An entry point handle is equivalent to a decorator handle but it will not resolve automatically on load. | ||
| 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 | ||
| FDecoratorLatentPropertyMemoryLayout | FDecoratorLatentPropertyMemoryLayout | ||
| 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 | ||
| FExecutionContextProxy | FExecutionContextProxy | ||
| FLatentPropertiesHeader | Latent Properties Header Holds metadata about the stored latent properties | ||
| FLatentPropertyHandle | Latent Property Handle A latent property handle represents: | ||
| FLatentPropertyMetadata | Latent Property MetadataThe metadata we serialize in the archive for each latent property. | ||
| 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. | ||
| FNodeID | Node ID | ||
| FNodeInstance | Node Instance A node instance represents allocated data for specific node. | ||
| FNodeTemplateRegistryHandle | FNodeTemplateRegistryHandle | ||
| FWeakDecoratorPtr | Weak Decorator Pointer Same as a FDecoratorPtr but is strongly typed to be weak. | ||
| IDecoratorInterface | IDecoratorInterface | ||
| 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. |
| FDecoratorInterfaceUIDRaw | Type alias for a raw decorator UID, not typesafe. |
| FDecoratorUIDRaw | Type alias for a raw decorator UID, not typesafe. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| UE::AnimNext::EDecoratorMode | EDecoratorModeDescribes how a decorator behaves once attached to an animation node. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | UE::AnimNext::operator!=
(
FDecoratorUID LHS, |
||
| bool | UE::AnimNext::operator!=
(
FDecoratorUID LHS, |
||
| bool | UE::AnimNext::operator!=
(
FDecoratorUIDRaw LHS, |
||
| bool | Compares for equality and inequality. | ||
| bool | UE::AnimNext::operator==
(
FDecoratorUID LHS, |
Compares for equality and inequality. | |
| bool | UE::AnimNext::operator==
(
FDecoratorUID LHS, |
||
| bool | UE::AnimNext::operator==
(
FDecoratorUIDRaw LHS, |