Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/ActorForWorldTransforms.h |
| Include | #include "ActorForWorldTransforms.h" |
Syntax
struct FActorForWorldTransforms
Remarks
Description of an actor selected parts we can find world transforms on.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AActor > | Actor | ||
| TWeakObjectPtr< USceneComponent > | Component | ||
| FName | SocketName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FActorForWorldTransforms& Other |