Skip to main content

B1RadialMenuActionVMParam

  • View model parameter struct for a single radial menu action, containing display data and execution state.
PropertyTypeDescriptionMetadata
IdFNameThe unique ID for this radial menu action entry.
IconTSoftObjectPtrThe icon asset for this action.
TitleFTextThe title text displayed in the radial menu for this action.
DescFTextThe description text displayed in the radial menu for this action.
ExecuteHandlerFStringThe name of the handler function executed when this action is triggered.
GetStateHandlerFStringThe name of the handler function used to retrieve the current state of this action.
bDisabledboolWhether this action is currently in a disabled state.
ErrorTextFTextThe error text displayed when this action cannot be executed.
bUseUIFocusModeboolWhether to switch to UIFocusMode after executing this action; if false, switches to ControlMode.
bUseInteractionBagboolWhen true, the action runs by enqueuing InteractionBagId into the interaction queue instead of calling ExecuteHandler.
InteractionBagIdFNameThe InteractionBag.Id (BagId) used when bUseInteractionBag is true.