6#include "Containers/Array.h"
7#include "Containers/Map.h"
157 virtual void OnRegistered() {}
162 virtual void OnUnregistered() {}
275 virtual void Close() = 0;
301 virtual bool IsModal()
const = 0;
324 virtual bool GetCheckedState()
const {
return false; }
339 virtual bool IsReadOnly()
const {
return true; }
345 virtual bool IsPassword()
const {
return false; }
358 virtual float GetMaximum()
const {
return 0.0f; }
364 virtual float GetMinimum()
const {
return 0.0f; }
371 virtual FString
GetValue()
const = 0;
400 virtual const FString& GetText()
const = 0;
454 virtual bool IsSelected()
const {
return false; }
492 virtual bool IsValid()
const = 0;
506 virtual FBox2D GetBounds()
const = 0;
523 template<
typename PredicateType>
529 if (Predicate(
Ancestor.ToSharedRef()))
552 template<
typename PredicateType>
562 NextSibling = NextSibling->GetNextSibling();
581 template<
typename PredicateType>
616 template<
typename PredicateType>
652 template<
typename PredicateType>
688 template<
typename PredicateType>
691 if (
Source->GetNumberOfChildren() == 0)
697 for (
int32 ChildIndex = 0; ChildIndex < NumChildren; ++ChildIndex)
720 virtual FString GetClassName()
const = 0;
752 virtual bool IsHidden()
const = 0;
897 bool IsActive()
const {
return bIsActive; }
1004 virtual void OnActivate() {}
1006 virtual void OnDeactivate() {}
#define DECLARE_STATS_GROUP(GroupDesc, GroupId, GroupCat)
Definition Stats.h:689
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DELEGATE_OneParam(DelegateName, Param1Type)
Definition DelegateCombinations.h:48
EAccessibleBehavior
Definition GenericAccessibleInterfaces.h:22
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
Definition GenericWindow.h:94
Definition AndroidPlatformMisc.h:14
Definition UnrealString.h.inl:34
Definition SharedPointer.h:1640
Definition SharedPointer.h:692
TSharedRef< ObjectType, Mode > ToSharedRef() const &
Definition SharedPointer.h:1028
UE_FORCEINLINE_HINT const bool IsValid() const
Definition SharedPointer.h:1085
Definition SharedPointer.h:153
BuilderType & Appendf(const FmtType &Fmt, Types... Args)
Definition StringBuilder.h:419
const CharType * ToString() UE_LIFETIMEBOUND
Definition StringBuilder.h:135
Definition StringBuilder.h:509
Definition SharedPointer.h:1295
IAnalyticsPropertyStore::EStatusCode SetValue(TGetter &&GetterFn, TSetter &&SetterFn, const T &ProposedValue, TCompare &&ConditionFn)
Definition AnalyticsPropertyStore.cpp:34
bool IsEnabled()
Definition IAudioLinkFactory.cpp:13
Type
Definition TaskGraphInterfaces.h:57
@ GameThread
Definition TaskGraphInterfaces.h:61
@ Maximize
Definition GenericApplicationMessageHandler.h:115
T::FDataType GetValue(const UBlackboardComponent &Blackboard, const FName &Name, FBlackboard::FKey &InOutCachedKey, const typename T::FDataType &DefaultValue)
Definition ValueOrBBKey.h:51
FString ToString(uint16 Value)
Definition PathFollowingComponent.cpp:82
float GetStepSize()
Definition HeterogeneousVolumes.cpp:618
U16 Index
Definition radfft.cpp:71