| bImplemented |
bool |
Whether this function is actually implemented by this class - it could just be a stub |
Animation/AnimClassInterface.h |
|
| Group |
FName |
The group of the function |
Animation/AnimClassInterface.h |
|
| InputPoseNames |
TArray< FName > |
The names of the input poses |
Animation/AnimClassInterface.h |
|
| InputPoseNodeIndices |
TArray< int32 > |
Indices of the input nodes |
Animation/AnimClassInterface.h |
|
| InputPoseNodeProperties |
TArray< FStructProperty * > |
The properties of the input nodes, patched up during link |
Animation/AnimClassInterface.h |
|
| InputPropertyData |
TArray< FInputPropertyData > |
The input properties |
Animation/AnimClassInterface.h |
|
| Name |
FName |
The name of the function |
Animation/AnimClassInterface.h |
|
| OutputPoseNodeIndex |
int32 |
Index of the output node |
Animation/AnimClassInterface.h |
|
| OutputPoseNodeProperty |
FStructProperty * |
The property of the output node, patched up during link |
Animation/AnimClassInterface.h |
|