UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementTypeInfoColumns.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
DataStorage/CommonTypes.h
"
6
#include "
UObject/WeakObjectPtrTemplates.h
"
7
8
#include "TypedElementTypeInfoColumns.generated.h"
9
10
class
UClass
;
11
class
UScriptStruct
;
12
16
USTRUCT
(meta = (DisplayName =
"Type"
))
17
struct
FTypedElementClassTypeInfoColumn
final :
public
FEditorDataStorageColumn
18
{
19
GENERATED_BODY
()
20
21
TWeakObjectPtr
<const
UClass
> TypeInfo;
22
};
23
27
USTRUCT
(meta = (DisplayName = "ScriptStruct type info"))
28
struct
FTypedElementScriptStructTypeInfoColumn
final :
public
FEditorDataStorageColumn
29
{
30
GENERATED_BODY
()
31
32
TWeakObjectPtr
<const
UScriptStruct
> TypeInfo;
33
};
CommonTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GENERATED_BODY
#define GENERATED_BODY(...)
Definition
ObjectMacros.h:765
USTRUCT
#define USTRUCT(...)
Definition
ObjectMacros.h:746
WeakObjectPtrTemplates.h
UClass
Definition
Class.h:3793
UScriptStruct
Definition
Class.h:1720
FEditorDataStorageColumn
Definition
CommonTypes.h:14
FTypedElementClassTypeInfoColumn
Definition
TypedElementTypeInfoColumns.h:18
FTypedElementScriptStructTypeInfoColumn
Definition
TypedElementTypeInfoColumns.h:29
TWeakObjectPtr
Definition
WeakObjectPtrTemplates.h:25
Engine
Source
Runtime
TypedElementFramework
Public
Elements
Columns
TypedElementTypeInfoColumns.h
Generated by
1.9.8