Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetWorldLocationAndRotation
(
FVector NewLocation, |
Components/SceneComponent.h |
|
|
void SetWorldLocationAndRotation
(
FVector NewLocation, |
Set the relative location and FQuat rotation of the component to put it at the supplied pose in world space. | Components/SceneComponent.h |
SetWorldLocationAndRotation(FVector, FRotator, bool, FHitResult *, ETeleportType)
| Name | SetWorldLocationAndRotation |
| 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 Location And Rotation", ScriptName="SetWorldLocationAndRotation"))
void SetWorldLocationAndRotation
(
FVector NewLocation,
FRotator NewRotation,
bool bSweep,
FHitResult * OutSweepHitResult,
ETeleportType Teleport
)
SetWorldLocationAndRotation(FVector, const FQuat &, bool, FHitResult *, ETeleportType)
Description
Set the relative location and FQuat rotation of the component to put it at the supplied pose in world space.
| Name | SetWorldLocationAndRotation |
| 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 SetWorldLocationAndRotation
(
FVector NewLocation,
const FQuat & NewRotation,
bool bSweep,
FHitResult * OutSweepHitResult,
ETeleportType Teleport
)