Navigation
API > API/Plugins > API/Plugins/NNE > API/Plugins/NNE/INNERuntime
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNERuntime.h |
| Include | #include "NNERuntime.h" |
bool IsPlatformSupported
&40;
const ITargetPlatform &42; TargetPlatform
&41; const
Remarks
Check if the runtime is supported on a specific platform.
This function is used internally in the cooking process of UNNEModelData. True if the platform is supported, false otherwise.
Parameters
| Name | Description |
|---|---|
| TargetPlatform | Interface identifying the target platforms. |