Navigation
API > API/Plugins > API/Plugins/GLTFCore > API/Plugins/GLTFCore/FAsset
References
| Module | GLTFCore |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAsset.h |
| Include | #include "GLTFAsset.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Private/GLTF/GLTFAsset.cpp |
void GenerateNames
&40;
const FString & Prefix
&41;
Remarks
Will generate names for any entities(nodes, meshes, etc.) that have the name field missing. Is called from GLTF::FFileReader::ReadFile
Parameters
| Name | Description |
|---|---|
| Prefix | prefix to add to the entities name. |