Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActorRootComponentReconstructio-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ActorTransactionAnnotation.h |
| Include | #include "ActorTransactionAnnotation.h" |
Syntax
struct FAttachedActorInfo
Remarks
Struct to store info about attached actors
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AActor > | Actor | ||
| TWeakObjectPtr< USceneComponent > | AttachParent | ||
| FName | AttachParentName | ||
| FTransform | RelativeTransform | ||
| FName | SocketName |