| GroupName | FName | Name of this gizmo group. | Category: B1FaceGizmoGroup |
| DetectorBones | TArray | Bones used for cursor hit checks and gizmo activation. | Category: B1FaceGizmoGroup |
| HighlightTexture | TSoftObjectPtr | Highlight texture displayed when this group is selected. | Category: B1FaceGizmoGroup |
| SymmetryHighlightTexture | TSoftObjectPtr | Highlight texture used when the group is in symmetry mode. | Category: B1FaceGizmoGroup |
| bIncludeEye | bool | Whether this gizmo group includes eye-related manipulation. | Category: B1FaceGizmoGroup |
| GizmoBone | FName | Primary bone used to position and orient the gizmo. | Category: B1FaceGizmoGroup |
| DotScale | FVector | Scale used for gizmo dots or visual markers. | Category: B1FaceGizmoGroup |
| GizmoTransformYoung | FTransform | Gizmo transform used for young characters. | Category: B1FaceGizmoGroup |
| GizmoTransformOld | FTransform | Gizmo transform used for old characters. | Category: B1FaceGizmoGroup |
| ReverseGizmoAxises | TArray | Axes where gizmo direction is inverted. | Category: B1FaceGizmoGroup |
| bUseTransformGroupGizmoOffset | bool | Enables per-axis gizmo offset driven by transform group data. | Category: B1FaceGizmoGroup |
| GizmoLocationYoungMin | TMap | Minimum gizmo location offsets for young characters per axis. | Category: B1FaceGizmoGroup |
| GizmoLocationYoungMax | TMap | Maximum gizmo location offsets for young characters per axis. | Category: B1FaceGizmoGroup |
| GizmoLocationOldMin | TMap | Minimum gizmo location offsets for old characters per axis. | Category: B1FaceGizmoGroup |
| GizmoLocationOldMax | TMap | Maximum gizmo location offsets for old characters per axis. | Category: B1FaceGizmoGroup |
| AdditionalTransformGroupGizmoOffsetGizmoGroupIndexes | TArray | Indices of other gizmo groups contributing additional transform offsets. | Category: B1FaceGizmoGroup |
| TransformGroups | TArray | Names of transform groups associated with this gizmo group. | Category: B1FaceGizmoGroup |
| MirrorGroup | FName | Name of the gizmo group used as the mirror counterpart. | Category: B1FaceGizmoGroup |
| TransformGroupsIndices | TArray | Indices of associated transform groups (set when saving the data asset). Index into CustomizeGroups. | Category: B1FaceGizmoGroup |
| ChildGizmoGroupIndices | TArray | Indices of child gizmo groups (set when saving the data asset). Index into GizmoGroups. | Category: B1FaceGizmoGroup |
| ParentIndex | int32 | Index of the parent gizmo group (set when saving the data asset). Index into GizmoGroups. | Category: B1FaceGizmoGroup |
| MirrorIndex | int32 | Index of the mirrored gizmo group (set when saving the data asset). Index into GizmoGroups. | Category: B1FaceGizmoGroup |
| bIsParent | bool | True if this gizmo group acts as a parent in the gizmo hierarchy (set when saving the data asset). | Category: B1FaceGizmoGroup |