Navigation
API > API/Plugins > API/Plugins/NNEDenoiser
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UDeveloperSettingsBackedByCVars
- UNNEDenoiserSettings
References
| Module | NNEDenoiser |
| Header | /Engine/Plugins/NNE/NNEDenoiser/Source/NNEDenoiser/Public/NNEDenoiserSettings.h |
| Include | #include "NNEDenoiserSettings.h" |
Syntax
UCLASS (Config=Engine, Meta=(DisplayName="NNE Denoiser"))
class UNNEDenoiserSettings : public UDeveloperSettingsBackedByCVars
Remarks
Settings to select a NNE Denoiser and its runtime
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UNNEDenoiserAsset > | DenoiserAsset | Denoiser asset data used to create a NNE Denoiser | |
| TSoftObjectPtr< UNNEDenoiserTemporalAsset > | TemporalDenoiserAsset | Temporal denoiser asset data used to create a NNE Denoiser (Currently not used and therefore "hidden") |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |