Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ApplyLevelTransform
(
const FApplyLevelTransformParams& TransformParams |
Transforms the level to a new world space | LevelUtils.h | |
static void ApplyLevelTransform
(
ULevel* Level, |
LevelUtils.h |
ApplyLevelTransform(const FApplyLevelTransformParams &)
Description
Transforms the level to a new world space
| Name | ApplyLevelTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelUtils.h |
| Include Path | #include "LevelUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelUtils.cpp |
static void ApplyLevelTransform
(
const FApplyLevelTransformParams & TransformParams
)
ApplyLevelTransform(ULevel *, const FTransform &, bool)
| Name | ApplyLevelTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelUtils.h |
| Include Path | #include "LevelUtils.h" |
static void ApplyLevelTransform
(
ULevel * Level,
const FTransform & LevelTransform,
bool bDoPostEditMove
)