| FAllocatedBlock |
|
| FAnimNextDataInterfaceInstance |
Base struct for data interface-derived instances. |
| FAnimNextDataInterfacePayload |
Combined native & non-native payloads, for supplying to a data interface instance. |
| FAnimNextEntryPoint |
Empty struct to tag named entry points. |
| FAnimNextGraphState |
Default state for a graph entry point. |
| FAnimNextImplementedDataInterface |
|
| FAnimNextLODPose |
USTRUCT wrapper for LOD pose. |
| FAnimNextModule_ActionEvent |
Module Action Event |
| FAnimNextModuleHandle |
|
| FAnimNextNativeDataInterface |
Base structure used to implement a native interface into AnimNext assets. |
| FAnimNextParamType |
Representation of a parameter's type. |
| FAnimNextPublicVariablesProxy |
Proxy struct for public variables held on the component TODO: Instead of a dirty flag bitfield (and copying parameters), with some minor refactoring of RigVM external variables we could switch this to use a double-buffered external variables array too, so each write to a variable from the game thread would just write to the current 'GT-side' buffer, then update the external variable ptr to point to the 'latest' version written Then when it comes to swap buffers before WT execution, we just swap the ptrs for the external variables and dont have to copy. |
| FAnimNextReferencePose |
USTRUCT wrapper for reference pose. |
| FAnimNextScope |
Empty struct to tag named scopes. |
| FAnimNextTag |
Empty struct to act as a named tag for parameters. |
| FAnimNextTraitEvent |
Trait Event |
| FConstExprUID |
A constexpr safe UID |
| FDataHandle |
|
| FDataInterfaceStructAdapter |
Allows a struct to host a data interface's variables. |
| FGenerationLODData |
|
| FLODPose |
|
| FModuleDependencyContext |
Context passed to module dependency functions. |
| FModuleTaskContext |
Context passed to schedule task callbacks. |
| FParamCompatibility |
|
| FRigVMTrait_ModuleEventDependency |
A trait that acts as dependency that can be established between an external system and an AnimNext event. |
| FTraitEventLifetime |
Trait Event LifetimeThis encapsulates a specific lifetime duration. |
| FTraitEventList |
Trait Event ListEncapsulates a list of trait events. |
| FTransformArraySoAConstView |
|
| FTransformArraySoAView |
|
| TIsSoftClassPtr |
|
| TIsSoftObjectPtr |
|
| TLODPose |
|
| TPoolHandle |
Generational handle to a TPool entry. |
| TReferencePose |
|
| TTransformArrayAoS |
|
| TTransformArraySoA |
Transform Array Test using StructOfArrays model |
| TTransformSoAAdapter |
This enables using a SoA array with operator[]. |