Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/FWidgetStateBitfield
Description
Union of binary and enum states, allows for a single enum state to have multiple values in a bitfield. Unions will grow enum state set if allowance is same, otherwise the allowed set is maintained. Approximation of bitwise '|'. Commutative.
| Name | Union |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Binding/States/WidgetStateBitfield.h |
| Include Path | #include "Binding/States/WidgetStateBitfield.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Binding/States/WidgetStateBitfield.cpp |
FWidgetStateBitfield Union
(
const FWidgetStateBitfield & Rhs
) const