FPostProcessMaterialNode

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/BlendableInterface.h

Include

#include "Engine/BlendableInterface.h"

Syntax

struct FPostProcessMaterialNode

Constructors

Name Description

Public function

FPostProcessMaterialNode()

Default constructor.

Public function

FPostProcessMaterialNode

(
    UMaterialInterface* InMaterial...,
    EBlendableLocation InLocation,
    int32 InPriority,
    bool InbIsBlendable
)

Constructor.

Public function

FPostProcessMaterialNode

(
    UMaterialInstanceDynamic* InMI...,
    EBlendableLocation InLocation,
    int32 InPriority,
    bool InbIsBlendable
)

Constructor.

Functions

Name Description

Public function Static

const FName ...

 

GetFName()

For type safety in FBlendableManager.

Public function Const

bool

 

GetIsBlendable()

Public function Const

EBlendableLo...

 

GetLocation()

Public function Const

UMaterialInt...

 

GetMaterialInterface()

Public function Const

UMaterialIns...

 

GetMID()

Only call if you are sure it's an MID.

Public function Const

int32

 

GetPriority()

Public function Const

bool

 

IsValid()

Classes

Name

Description

Public struct

FCompare

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