unreal.NNEEditorSettings

class unreal.NNEEditorSettings(outer: Object | None = None, name: Name | str = 'None')

Bases: DeveloperSettingsBackedByCVars

NNEEditor Settings

C++ Source:

  • Module: NNEEditor

  • File: NNEEditorSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • use_ddc_cache (bool): [Read-Write] True if NNE should use the DDC cache to fetch previously optimized Neural Network.

property use_ddc_cache: bool

[Read-Write] True if NNE should use the DDC cache to fetch previously optimized Neural Network.

Type:

(bool)