Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/UNNEModelData
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNEModelData.h |
| Include | #include "NNEModelData.h" |
| Source | /Engine/Source/Runtime/NNE/Private/NNEModelData.cpp |
TConstArrayView64< uint8 > GetAdditionalFileData
(
const FString & Key
) const
Remarks
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. The AdditionalFileData with a given Key if it exists and an empty view in standalone or when the key does not exist.