Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/UNNEModelData
Description
Get read only access to FileData.
In editor: The FileData contains the binary data of the file which has been used to create the asset. In standalone: An empty array.
| Name | GetFileData |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNEModelData.h |
| Include Path | #include "NNEModelData.h" |
| Source | /Engine/Source/Runtime/NNE/Private/NNEModelData.cpp |
TConstArrayView64< uint8 > GetFileData() const
The FileData.