UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementHiearchyColumns.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
DataStorage/Handles.h
"
6
#include "
DataStorage/MapKey.h
"
7
#include "
Elements/Interfaces/TypedElementDataStorageInterface.h
"
8
#include "
UObject/ObjectMacros.h
"
9
10
#include "TypedElementHiearchyColumns.generated.h"
11
15
USTRUCT
(meta = (DisplayName =
"Parent"
))
16
struct
FTableRowParentColumn
final :
public
FEditorDataStorageColumn
17
{
18
GENERATED_BODY
()
19
20
UE
::
Editor
::DataStorage::RowHandle
Parent
;
21
};
22
27
USTRUCT
(meta = (DisplayName = "
Parent
(
Unresolved
)"))
28
struct
FUnresolvedTableRowParentColumn
final :
public
FEditorDataStorageColumn
29
{
30
GENERATED_BODY
()
31
32
UE::Editor::DataStorage::FMapKey
ParentIdKey
;
33
};
ETransformConstraintType::Parent
@ Parent
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EBuildTargetType::Editor
@ Editor
MapKey.h
ObjectMacros.h
GENERATED_BODY
#define GENERATED_BODY(...)
Definition
ObjectMacros.h:765
USTRUCT
#define USTRUCT(...)
Definition
ObjectMacros.h:746
EPropertyAccessSegmentFlags::Unresolved
@ Unresolved
TypedElementDataStorageInterface.h
Handles.h
UE::Editor::DataStorage::FMapKey
Definition
MapKey.h:19
UE
Definition
AdvancedWidgetsModule.cpp:13
FEditorDataStorageColumn
Definition
CommonTypes.h:14
FTableRowParentColumn
Definition
TypedElementHiearchyColumns.h:17
Engine
Source
Runtime
TypedElementFramework
Public
Elements
Columns
TypedElementHiearchyColumns.h
Generated by
1.9.8