UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementCompatibilityColumns.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
9
10#include "TypedElementCompatibilityColumns.generated.h"
11
12class UObject;
13class UWorld;
14
18USTRUCT(meta = (DisplayName = "UObject reference"))
20{
22
23 // If the UObject is accessed during an OnRemove event that is triggered by the garbage collection, the UObject will
24 // already be marked as unreachable and regular functions to retrieve the UObject will return an nullptr. In these cases
25 // use the unreachable versions such as Get(/*bEvenIfPendingKill*/ true) or GetEvenIfUnreachable().
27};
28
32USTRUCT(meta = (DisplayName = "UObject ID"))
34{
36
37 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
39 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
40 int32 SerialNumber;
41};
42
48USTRUCT(meta = (DisplayName = "External object reference"))
55
60USTRUCT(meta = (DisplayName = "Class Default Object"))
65
70USTRUCT(meta = (DisplayName = "Actor"))
75
79USTRUCT(meta = (DisplayName = "World"))
86
91USTRUCT(meta = (DisplayName = "World Tag"))
96
100USTRUCT(meta = (DisplayName = "Level"))
107
112USTRUCT(meta = (DisplayName = "World Tag"))
117
123USTRUCT(meta = (DisplayName = "Property bag placeholder"))
128
132USTRUCT(meta = (DisplayName = "Loose property"))
137
144USTRUCT(meta = (DisplayName = "Placeholder type info"))
151
155USTRUCT(meta = (DisplayName = "Name"))
163
164namespace UE::Editor::DataStorage
165{
170} // namespace UE::Editor::DataStorage
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition NameTypes.h:617
Definition Level.h:423
Definition Object.h:95
Definition Class.h:480
Definition World.h:918
Definition AdvancedWidgetsModule.cpp:13
Definition CommonTypes.h:14
Definition TypedElementCompatibilityColumns.h:114
Definition CommonTypes.h:23
Definition TypedElementCompatibilityColumns.h:157
Definition TypedElementCompatibilityColumns.h:93
Definition TypedElementCompatibilityColumns.h:72
Definition TypedElementCompatibilityColumns.h:62
Definition TypedElementCompatibilityColumns.h:50
Definition TypedElementCompatibilityColumns.h:102
Definition TypedElementCompatibilityColumns.h:134
Definition TypedElementCompatibilityColumns.h:125
Definition TypedElementCompatibilityColumns.h:146
Definition TypedElementCompatibilityColumns.h:20
Definition TypedElementCompatibilityColumns.h:34
Definition TypedElementCompatibilityColumns.h:81
Definition WeakObjectPtrTemplates.h:25