URendererSettings

Rendering settings.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h

Include

#include "Engine/RendererSettings.h"

Syntax

class URendererSettings : public UDeveloperSettings

Remarks

Rendering settings.

Variables

Name Description

Public variable

 

ClampMax

Public variable

 

ClampMin

Public variable

 

ConfigRestartRequired

Public variable

 

ConsoleVariable

Virtual Texture

Public variable

 

DisplayName

Public variable

 

EditCondition

Public variable

 

Tooltip

Public variable

 

ToolTip

Constructors

Name Description

Public function

URendererSettings

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UObject

Name Description

Public function Virtual Const

bool

 

CanEditChange

(
    const FProperty* InProperty
)

Called by the editor to query whether a property of this object is allowed to be modified.

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Public function Virtual

void

 

PostInitProperties()

Called after the C++ constructor and after the properties have been initialized, including those loaded from config.

Public function Virtual

void

 

PreEditChange

(
    FProperty* PropertyAboutToChan...
)

This is called when a property is about to be modified externally

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss