UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementTransformColumns.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "Math/MathFwd.h"
7
8#include "TypedElementTransformColumns.generated.h"
9
10
14USTRUCT(meta = (DisplayName = "Local Transform"))
16{
18
19 // Transform is not being initialized to avoid spending time on initialization when the
20 // Transform will be updated the first and following ticks afr it's creation. If this
21 // isn't initialized at the correct time, then the sync from source or the true initialization
22 // need to be moved to an earlier phase or group.
23 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
25};
@ NoInit
Definition CoreMiscDefines.h:158
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 TypedElementTransformColumns.h:16