Go to the source code of this file.
|
| enum | { UMWidget::EntryClass
, UMWidget::EntryInterface
} |
| |
| enum | {
UMWidget::DesignerRebuild
, UMWidget::BindWidget
, UMWidget::BindWidgetOptional
, UMWidget::OptionalWidget
,
UMWidget::BindWidgetAnim
, UMWidget::BindWidgetAnimOptional
, UMWidget::IsBindableEvent
} |
| |
| enum class | EWidgetDesignFlags : uint8 {
None = 0
, Designing = 1 << 0
, ShowOutline = 1 << 1
, ExecutePreConstruct = 1 << 2
,
Previewing = 1 << 3
} |
| |
◆ BITFIELD_PROPERTY_BINDING
| #define BITFIELD_PROPERTY_BINDING |
( |
|
MemberName | ) |
|
Value: ( MemberName ## Delegate.IsBound() && !IsDesignTime() ) \
? \
: \
const bool
Definition NetworkReplayStreaming.h:178
Definition Attribute.h:17
◆ GAME_SAFE_BINDING_IMPLEMENTATION
◆ GAME_SAFE_OPTIONAL_BINDING
◆ OPTIONAL_BINDING_CONVERT
Value: ( MemberName ## Delegate.IsBound() && !IsDesignTime() ) \
? \
: \
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Helper macro for binding to a delegate or using the constant value when constructing the underlying SWidget, also allows a conversion function to be provided to convert between the SWidget value and the value exposed to UMG.
◆ PROPERTY_BINDING
| #define PROPERTY_BINDING |
( |
|
ReturnType, |
|
|
|
MemberName |
|
) |
| |
Value: ( MemberName ## Delegate.IsBound() && !IsDesignTime() ) \
? \
: \
◆ PROPERTY_BINDING_IMPLEMENTATION
| #define PROPERTY_BINDING_IMPLEMENTATION |
( |
|
Type, |
|
|
|
MemberName |
|
) |
| |
◆ UE_HAS_WIDGET_GENERATED_BY_CLASS
◆ WIDGET_INCLUDE_RELFECTION_METADATA
◆ EWidgetDesignFlags
Flags used by the widget designer.
| Enumerator |
|---|
| None | |
| Designing | |
| ShowOutline | |
| ExecutePreConstruct | |
| Previewing | |
◆ ENUM_CLASS_FLAGS()