FRHISubresourceRange

Windows
MacOS
Linux

Inheritance Hierarchy

FRHISubresourceRange

FRHITransitionInfo

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

struct FRHISubresourceRange

Variables

Name Description

Public variable

uint32

 

ArraySlice

Public variable

uint32

 

MipIndex

Public variable

uint32

 

PlaneSlice

Constructors

Name Description

Public function

FRHISubresourceRange()

Public function

FRHISubresourceRange

(
    uint32 InMipIndex,
    uint32 InArraySlice,
    uint32 InPlaneSlice
)

Functions

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FRHISubresourceRange const& RHS
)

Public function Const

bool

 

operator==

(
    FRHISubresourceRange const& RHS
)

Constants

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