Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBoneWeightFunctions.h |
| Include | #include "GeometryScript/MeshBoneWeightFunctions.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Bone Info"))
struct FGeometryScriptBoneInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | Bone color. | |
| int | Index | Index of the bone in the skeletal hierarchy. | |
| FTransform | LocalTransform | Local/bone space reference transform. | |
| FName | Name | Bone name. | |
| int | ParentIndex | Parent bone index. | |
| FTransform | WorldTransform | Global/world space reference transform. |