Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/UNNEModelData
Description
Get read only access to AdditionalFileData.
In editor: The AdditionalFileData contains the additional binary data of the neural network model. In standalone: An empty map.
| Name | GetAdditionalFileData |
| 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 > GetAdditionalFileData
(
const FString & Key
) const
The AdditionalFileData with a given Key if it exists and an empty view in standalone or when the key does not exist.