UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FActorRootComponentReconstructionData Struct Reference

#include <ActorTransactionAnnotation.h>

Classes

struct  FAttachedActorInfo
 

Public Attributes

FTransform Transform
 
FRotationConversionCache TransformRotationCache
 
FAttachedActorInfo AttachedParentInfo
 
TArray< FAttachedActorInfoAttachedToInfo
 

Friends

FArchiveoperator<< (FArchive &Ar, FActorRootComponentReconstructionData &RootComponentData)
 

Detailed Description

Internal struct used to store information about an actor's components during reconstruction

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FActorRootComponentReconstructionData RootComponentData 
)
friend

Member Data Documentation

◆ AttachedParentInfo

FAttachedActorInfo FActorRootComponentReconstructionData::AttachedParentInfo

The Actor the RootComponent is attached to

◆ AttachedToInfo

TArray<FAttachedActorInfo> FActorRootComponentReconstructionData::AttachedToInfo

Actors that are attached to this RootComponent

◆ Transform

FTransform FActorRootComponentReconstructionData::Transform

The RootComponent's transform

◆ TransformRotationCache

FRotationConversionCache FActorRootComponentReconstructionData::TransformRotationCache

The RootComponent's relative rotation cache (enforces using the same rotator)


The documentation for this struct was generated from the following file: