Skip to main content

B1RadialMenuActionTableRow

  • Table row defining a single radial menu action, including its icon, display texts, and execution handler names.
PropertyTypeDescriptionMetadata
IconTSoftObjectPtrThe icon asset displayed for this radial menu action.Category: B1RadialMenuActionTableRow
TitleTextIdFStringThe text ID for the title label of this radial menu action.Category: B1RadialMenuActionTableRow
DescTextIdFStringThe text ID for the description text of this radial menu action.Category: B1RadialMenuActionTableRow
ExecuteHandlerFStringThe name of the handler function executed when this action is triggered.Category: B1RadialMenuActionTableRow
GetStateHandlerFStringThe name of the handler function used to retrieve the current state of this action.Category: B1RadialMenuActionTableRow
UseUIFocusModeboolWhether to switch to UIFocusMode after executing this action; if false, switches to ControlMode.Category: B1RadialMenuActionTableRow
CategoryEB1RadialMenuActionCategoryThe category tab this action is shown under in the customization UI.Category: B1RadialMenuActionTableRow
SupportedGroupTypesTArrayThe list of modes this action can be placed in (PlayMode, BuildMode, etc.).Category: B1RadialMenuActionTableRow
bUseInteractionBagboolWhen true, the action runs by enqueuing InteractionBagId into the interaction queue instead of calling ExecuteHandler.Category: B1RadialMenuActionTableRow
InteractionBagIdFNameThe InteractionBag.Id (BagId) used when bUseInteractionBag is true.Category: B1RadialMenuActionTableRow
Foreign: UIInteractionBag.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase