Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetWorldRotation
(
FRotator NewRotation, |
Components/SceneComponent.h |
|
|
void SetWorldRotation
(
const FQuat& NewRotation, |
Components/SceneComponent.h |
SetWorldRotation(FRotator, bool, FHitResult *, ETeleportType)
| Name | SetWorldRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include Path | #include "Components/SceneComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Transformation",
Meta=(DisplayName="Set World Rotation", ScriptName="SetWorldRotation", AdvancedDisplay="bSweep,SweepHitResult,bTeleport"))
void SetWorldRotation
(
FRotator NewRotation,
bool bSweep,
FHitResult * OutSweepHitResult,
ETeleportType Teleport
)
SetWorldRotation(const FQuat &, bool, FHitResult *, ETeleportType)
| Name | SetWorldRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include Path | #include "Components/SceneComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp |
void SetWorldRotation
(
const FQuat & NewRotation,
bool bSweep,
FHitResult * OutSweepHitResult,
ETeleportType Teleport
)