|
| using | FBoneArray = TMeshElementContainer< FBoneID > |
| |
| using | FBoneNameAttributesRef = TMeshAttributesRef< FBoneID, FName > |
| |
| using | FBoneNameAttributesConstRef = TMeshAttributesConstRef< FBoneID, FName > |
| |
| using | FBoneParentIndexAttributesRef = TMeshAttributesRef< FBoneID, int32 > |
| |
| using | FBoneParentIndexAttributesConstRef = TMeshAttributesConstRef< FBoneID, int32 > |
| |
| using | FBonePoseAttributesRef = TMeshAttributesRef< FBoneID, FTransform > |
| |
| using | FBonePoseAttributesConstRef = TMeshAttributesConstRef< FBoneID, FTransform > |
| |
| using | FBoneColorAttributesRef = TMeshAttributesRef< FBoneID, FVector4f > |
| |
| using | FBoneColorAttributesConstRef = TMeshAttributesConstRef< FBoneID, FVector4f > |
| |
| using | FSourceGeometryPartArray = TMeshElementContainer< FSourceGeometryPartID > |
| |
| using | FSourceGeometryPartNameRef = TMeshAttributesRef< FSourceGeometryPartID, FName > |
| |
| using | FSourceGeometryPartNameConstRef = TMeshAttributesConstRef< FSourceGeometryPartID, FName > |
| |
| using | FSourceGeometryPartVertexOffsetAndCountRef = TMeshAttributesRef< FSourceGeometryPartID, TArrayView< int32 > > |
| |
| using | FSourceGeometryPartVertexOffsetAndCountConstRef = TMeshAttributesConstRef< FSourceGeometryPartID, TArrayView< int32 > > |
| |
| static SKELETALMESHDESCRIPTION_API bool | IsValidSkinWeightProfileName (const FName InProfileName) |
| |
| static SKELETALMESHDESCRIPTION_API bool | IsSkinWeightAttribute (const FName InAttributeName) |
| | Helper function that indicates whether an attribute name represents a skin weight attribute.
|
| |
| static SKELETALMESHDESCRIPTION_API FName | GetProfileNameFromAttribute (const FName InAttributeName) |
| |
| static SKELETALMESHDESCRIPTION_API bool | IsMorphTargetAttribute (const FName InAttributeName) |
| | Returns true if the given attribute name refers to a morph target attribute.
|
| |
| static SKELETALMESHDESCRIPTION_API FName | GetMorphTargetNameFromAttribute (const FName InAttributeName) |
| | Returns the name of a morph target given the attribute name. If the given attribute name is invalid, NAME_None is returned.
|
| |
| static SKELETALMESHDESCRIPTION_API FName | BonesElementName |
| |
| static SKELETALMESHDESCRIPTION_API FName | SourceGeometryPartElementName |
| |
| static SKELETALMESHDESCRIPTION_API FName | DefaultSkinWeightProfileName |
| |
| static SKELETALMESHDESCRIPTION_API FName | CreateSkinWeightAttributeName (const FName InProfileName) |
| |
| static SKELETALMESHDESCRIPTION_API FName | CreateMorphTargetAttributeName (const FName InMorphTargetName) |
| | Construct a name for a morph target attribute with the given a user-visible morph target name.
|
| |
| const FMeshDescription & | MeshDescription |
| |
| const FMeshElementChannels * | BoneElementsShared = nullptr |
| |
| const FMeshElementChannels * | SourceGeometryPartElementsShared = nullptr |
| |