Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Static helpers for accessing functions on SceneComponent. These are templates for no other reason than to delay compilation until USceneComponent is defined.
| Name | TemplateGetActorTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
template<class T>
static const FTransform & TemplateGetActorTransform
(
const T * RootComponent
)