Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddWorldRotation
(
FRotator DeltaRotation, |
Components/SceneComponent.h |
|
|
void AddWorldRotation
(
const FQuat& DeltaRotation, |
Components/SceneComponent.h |
AddWorldRotation(FRotator, bool, FHitResult *, ETeleportType)
| Name | AddWorldRotation |
| 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="Add World Rotation", ScriptName="AddWorldRotation", AdvancedDisplay="bSweep,SweepHitResult,bTeleport"))
void AddWorldRotation
(
FRotator DeltaRotation,
bool bSweep,
FHitResult * OutSweepHitResult,
ETeleportType Teleport
)
AddWorldRotation(const FQuat &, bool, FHitResult *, ETeleportType)
| Name | AddWorldRotation |
| 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 AddWorldRotation
(
const FQuat & DeltaRotation,
bool bSweep,
FHitResult * OutSweepHitResult,
ETeleportType Teleport
)