UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DecoratorWidgetConstructor.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
8#include "Widgets/SWidget.h"
9
10#include "DecoratorWidgetConstructor.generated.h"
11
19USTRUCT()
51
52template<>
54{
55 enum
56 {
59 };
60};
EForceInit
Definition CoreMiscDefines.h:154
@ ForceInit
Definition CoreMiscDefines.h:155
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition SharedPointer.h:692
Definition TypedElementMetaData.h:112
Definition TypedElementDataStorageInterface.h:65
Definition TypedElementDataStorageUiInterface.h:306
Definition Class.h:1720
uint64 RowHandle
Definition Handles.h:15
Definition DecoratorWidgetConstructor.h:21
virtual ~FTedsDecoratorWidgetConstructor()=default
FTedsDecoratorWidgetConstructor(EForceInit)
Definition DecoratorWidgetConstructor.h:26
Definition TypedElementDataStorageUiInterface.h:37
Definition StructOpsTypeTraits.h:11
@ WithNoInitConstructor
Definition StructOpsTypeTraits.h:15
@ WithPureVirtual
Definition StructOpsTypeTraits.h:33
Definition StructOpsTypeTraits.h:46
Definition WeakObjectPtrTemplates.h:25