| Id | FName | The unique ID for this radial menu action entry. | |
| Icon | TSoftObjectPtr | The icon asset for this action. | |
| Title | FText | The title text displayed in the radial menu for this action. | |
| Desc | FText | The description text displayed in the radial menu for this action. | |
| ExecuteHandler | FString | The name of the handler function executed when this action is triggered. | |
| GetStateHandler | FString | The name of the handler function used to retrieve the current state of this action. | |
| bDisabled | bool | Whether this action is currently in a disabled state. | |
| ErrorText | FText | The error text displayed when this action cannot be executed. | |
| bUseUIFocusMode | bool | Whether to switch to UIFocusMode after executing this action; if false, switches to ControlMode. | |
| bUseInteractionBag | bool | When true, the action runs by enqueuing InteractionBagId into the interaction queue instead of calling ExecuteHandler. | |
| InteractionBagId | FName | The InteractionBag.Id (BagId) used when bUseInteractionBag is true. | |