IDatasmithPostProcessVolumeElement

Represents the [APostProcessVolume](API\Runtime\Engine\Engine\APostProcessVolume) object

Windows
MacOS
Linux

Inheritance Hierarchy

ISceneGraphNode

IDatasmithElement

IDatasmithActorElement

IDatasmithPostProcessVolumeElement

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

class IDatasmithPostProcessVolumeElement : public IDatasmithActorElement

Remarks

Represents the APostProcessVolume object

Functions

Name Description

Public function Const

bool

 

GetEnabled()

Whether this volume is enabled or not.

Public function Const

TSharedRef< ...

 

GetSettings()

The post process settings to use for this volume.

Public function Const

bool

 

GetUnbound()

Whether this volume covers the whole world, or just the area inside its bounds.

Public function

void

 

SetEnabled

(
    bool bEnabled
)

Public function

void

 

SetSettings

(
    const TSharedRef< IDatasmithPostPro...
)

Public function

void

 

SetUnbound

(
    bool bUnbound
)

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