Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/UNNEModelData
Description
In editor: Get the target runtimes this model data will be cooked for. An empty list means all runtimes. In standalone: An empty list.
| Name | GetTargetRuntimes |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNEModelData.h |
| Include Path | #include "NNEModelData.h" |
| Source | /Engine/Source/Runtime/NNE/Private/NNEModelData.cpp |
TArrayView< const FString > GetTargetRuntimes() const
The target runtimes names.