36 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=
"Menu Anchor")
45 UPROPERTY(EditAnywhere, Category="Events")
50 UPROPERTY(EditAnywhere, BlueprintReadWrite, Setter, Getter, BlueprintSetter = "SetPlacement", Category = "
Menu Anchor")
55 UPROPERTY(EditAnywhere, BlueprintReadWrite, Setter = "FitInWindow", Getter = "IsFitInWindow", BlueprintSetter = "FitInWindow", Category = "
Menu Anchor", meta = (ScriptName = "
ShouldFitInWindow"))
58 UE_DEPRECATED(5.2, "
Direct access to ShouldDeferPaintingAfterWindowContent is deprecated. Please use the
getter.")
59 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter = "IsDeferPaintingAfterWindowContent", AdvancedDisplay, Category = "
Menu Anchor")
60 bool ShouldDeferPaintingAfterWindowContent;
62 UE_DEPRECATED(5.2, "
Direct access to UseApplicationMenuStack is deprecated. Please use the
getter.")
64 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter = "IsUseApplicationMenuStack", AdvancedDisplay, Category = "
Menu Anchor")
65 bool UseApplicationMenuStack;
68 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter = "IsShowMenuBackground", AdvancedDisplay, Category = "
Menu Anchor", meta = (EditCondition = "UseApplicationMenuStack", EditConditionHides, AllowPrivateAccess = "
true", DisplayAfter = "UseApplicationMenuStack"))
69 bool ShowMenuBackground;
87 UMG_API bool IsFitInWindow() const;
89 UMG_API bool IsDeferPaintingAfterWindowContent() const;
91 UMG_API bool IsUseApplicationMenuStack() const;
93 UMG_API bool IsShowMenuBackground() const;
123 UMG_API bool ShouldOpenDueToClick() const;
131 UMG_API bool HasOpenSubMenus() const;
161 UMG_API void HandleMenuOpenChanged(
bool bIsOpen);
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127