Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/UNNEModelData
Description
Get the type of data inside FileData.
In editor: The FileType identifies the type of data inside FileData and typically is the extension of the file used to create the asset. In standalone: An empty string.
| Name | GetFileType |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNEModelData.h |
| Include Path | #include "NNEModelData.h" |
| Source | /Engine/Source/Runtime/NNE/Private/NNEModelData.cpp |
FString GetFileType() const
The FileType.