Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonButtonBase
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadOnly, Category&61;Locked, Meta&61;&40;ExposeOnSpawn&61;true&41;&41;
uint8 bLocked: 1
Remarks
True if this button is currently locked. Locked button can be hovered, focused, and pressed, but the Click event will not go through. Business logic behind it will not be executed. Designed for progressive disclosure