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

#include <ActorTransactionAnnotation.h>

Public Attributes

TWeakObjectPtr< AActorActor
 
TWeakObjectPtr< USceneComponent > AttachParent
 
FName AttachParentName
 
FName SocketName
 
FTransform RelativeTransform
 

Friends

FArchiveoperator<< (FArchive &Ar, FAttachedActorInfo &ActorInfo)
 

Detailed Description

Struct to store info about attached actors

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FActorRootComponentReconstructionData::FAttachedActorInfo ActorInfo 
)
friend

Member Data Documentation

◆ Actor

TWeakObjectPtr<AActor> FActorRootComponentReconstructionData::FAttachedActorInfo::Actor

◆ AttachParent

TWeakObjectPtr<USceneComponent> FActorRootComponentReconstructionData::FAttachedActorInfo::AttachParent

◆ AttachParentName

FName FActorRootComponentReconstructionData::FAttachedActorInfo::AttachParentName

◆ RelativeTransform

FTransform FActorRootComponentReconstructionData::FAttachedActorInfo::RelativeTransform

◆ SocketName

FName FActorRootComponentReconstructionData::FAttachedActorInfo::SocketName

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