B1RadialMenuCustomizeActionVM
- View model for a single action entry shown in the customization list.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | The unique ID of this radial menu action. | |
| Icon | TSoftObjectPtr | The icon asset for this action. | |
| Title | FText | The title text displayed for this action. | |
| Desc | FText | The description text displayed for this action. | |
| Category | EB1RadialMenuActionCategory | The category tab this action belongs to. | |
| AssignedSlotIndex | int32 | The slot index this action is currently placed in; INDEX_NONE if unassigned. |