![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ActorTransactionAnnotation.h>
Classes | |
| struct | FAttachedActorInfo |
Public Attributes | |
| FTransform | Transform |
| FRotationConversionCache | TransformRotationCache |
| FAttachedActorInfo | AttachedParentInfo |
| TArray< FAttachedActorInfo > | AttachedToInfo |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FActorRootComponentReconstructionData &RootComponentData) |
Internal struct used to store information about an actor's components during reconstruction
|
friend |
| FAttachedActorInfo FActorRootComponentReconstructionData::AttachedParentInfo |
The Actor the RootComponent is attached to
| TArray<FAttachedActorInfo> FActorRootComponentReconstructionData::AttachedToInfo |
Actors that are attached to this RootComponent
| FTransform FActorRootComponentReconstructionData::Transform |
The RootComponent's transform
| FRotationConversionCache FActorRootComponentReconstructionData::TransformRotationCache |
The RootComponent's relative rotation cache (enforces using the same rotator)