Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMinimalViewInfo
Description
Transforms a first person space location back into world space. bScaleWasIgnoredOnInput should be set to true if the first person position was calculated with TransformWorldToFirstPerson() and bIgnoreFirstPersonScale set to true.
| Name | TransformFirstPersonToWorld |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h |
| Include Path | #include "Camera/CameraTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp |
FVector TransformFirstPersonToWorld
(
const FVector & FirstPersonPosition,
bool bScaleWasIgnoredOnInput
) const