Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeMeshUtilities
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeMeshUtilities.h |
| Include | #include "InterchangeMeshUtilities.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeMeshUtilities.cpp |
static bool ShowMeshFilePicker
(
FString & OutFilename,
const FText & Title
)
Remarks
This function pop a file picker with all meshes supported format.
Parameters
| Name | Description |
|---|---|
| OutFilename | The filename the user pick. #param Title - The picker dialog title. @Return - return true if the users successfully pick a file, false if something went wrong or the user cancel. |