UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementLabelColumns.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
8
9#include "TypedElementLabelColumns.generated.h"
10
14USTRUCT(meta = (DisplayName = "Label"))
22
27USTRUCT(meta = (DisplayName = "Label hash"))
29{
31
32 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
33 uint64 LabelHash;
34};
FPlatformTypes::uint64 uint64
A 64-bit unsigned integer.
Definition Platform.h:1117
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
Definition CommonTypes.h:14
Definition TypedElementLabelColumns.h:16
Definition TypedElementLabelColumns.h:29