Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/FUVEditorUXSettings
Description
Converts from point in unwrap world space, to UV value as displayed to user or seen before import. This is useful for labeling UV values in the unwrap world, even though the UV values are stored slightly differently inside the mesh itself.
Like other world-UV conversion functions, clients should not know about the details of this conversion.
| Name | UnwrapWorldPositionToExternalUV |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorUXSettings.h |
| Include Path | #include "UVEditorUXSettings.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Private/UVEditorUXSettings.cpp |
static FVector2f UnwrapWorldPositionToExternalUV
(
const FVector3d & VertPosition
)