FClearValueBinding

Choose your operating system:

Windows

macOS

Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHI.h

Include

#include "RHI.h"

Syntax

struct FClearValueBinding

Variables

Name Description

Public variable

EClearBinding

 

ColorBinding

Public variable

union FClearVal...

 

Value

Constructors

Name Description

Public function

FClearValueBinding()

Public function

FClearValueBinding

(
    EClearBinding NoBinding
)

Public function

FClearValueBinding

(
    const FLinearColor& InClearColor
)

Public function

FClearValueBinding

(
    float DepthClearValue,
    uint32 StencilClearValue
)

Functions

Name Description

Public function Const

FLinearColor

 

GetClearColor()

Public function Const

void

 

GetDepthStencil

(
    float& OutDepth,
    uint32& OutStencil
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FClearValueBinding& Other
)

Classes

Name

Description

Public struct

ClearValueType

Public struct

DSVAlue

Constants