Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ActorTransactionAnnotation.h |
| Include | #include "ActorTransactionAnnotation.h" |
Syntax
struct FActorRootComponentReconstructionData
Remarks
Internal struct used to store information about an actor's components during reconstruction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAttachedActorInfo | AttachedParentInfo | The Actor the RootComponent is attached to | |
| TArray< FAttachedActorInfo > | AttachedToInfo | Actors that are attached to this RootComponent | |
| FTransform | Transform | The RootComponent's transform | |
| FRotationConversionCache | TransformRotationCache | The RootComponent's relative rotation cache (enforces using the same rotator) |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAttachedActorInfo | Struct to store info about attached actors |