Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
Description
Get a prettified string representation of the specified unreal units
Convert the specified number (in cm or unreal units) into a readable string with relevant si units
| Name | UnrealUnitsToSiUnits |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include Path | #include "EditorViewportClient.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp |
static FString UnrealUnitsToSiUnits
(
float UnrealUnits
)