Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UWidget
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/Widget.h |
| Include | #include "Components/Widget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/Widget.cpp |
void BroadcastBinaryPostStateChange
&40;
const FWidgetStateBitfield & StateChange,
bool bInValue
&41;
Remarks
Broadcast a binary state post change
Parameters
| Name | Description |
|---|---|
| StateChange | bitfield marking states that should be changed |
| bInValue | true if marked states should be enabled, false otherwise |