Skip to main content

B1GameActionInfo

  • Holds configuration data for a single game action, including the input asset,
    * platform availability flags, and how the action trigger is handled.
PropertyTypeDescriptionMetadata
InputActionTSoftObjectPtrEnhanced Input action asset associated with this action.Category: B1GameActionInfo
bAllowOnKeyboardboolWhether keyboard input is allowed for this action.Category: B1GameActionInfo
bAllowOnGamepadboolWhether gamepad input is allowed for this action.Category: B1GameActionInfo
bAllowOnGamePadComboKeyboolWhether gamepad combo key input is allowed for this action.Category: B1GameActionInfo
bAllowOnGamePadModifierKeyboolWhether single modifier key input (L1/R1) is allowed for this action on gamepad.Category: B1GameActionInfo
TriggerTypeEB1ActionTriggerTypeTrigger type controlling how this action is invoked (Pressed once, Down continuously, etc.).Category: B1GameActionInfo
bIsMovementActionboolWhether this is a movement action that should skip keyboard modifier blocker checks.Category: Keyboard
bHideOnMacControlGuideboolWhen true, this action is hidden from the control guide on the Mac platform.Category: Keyboard