FRHIUniformBufferLayout

The layout of a uniform buffer in memory.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIResources.h"

Syntax

struct FRHIUniformBufferLayout

Remarks

The layout of a uniform buffer in memory.

Variables

Name Description

Public variable

bool

 

bHasNonGraphOutputs

Whether this layout may contain non-render-graph outputs (e.g. RHI UAVs).

Public variable

uint32

 

ConstantBufferSize

The size of the constant buffer in bytes.

Public variable

TMemoryImageArr...

 

GraphBuffers

The list of all RDG buffer references inlined into the shader parameter structure.

Public variable

TMemoryImageArr...

 

GraphResources

The list of all RDG resource references inlined into the shader parameter structure.

Public variable

TMemoryImageArr...

 

GraphTextures

The list of all RDG texture references inlined into the shader parameter structure.

Public variable

TMemoryImageArr...

 

GraphUniformBuffers

The list of all RDG uniform buffer references inlined into the shader parameter structure.

Public variable

int32

 

NumUsesForDebugging

Public variable

uint16

 

RenderTargetsOffset

The render target binding slots offset, if it exists.

Public variable

TMemoryImageArr...

 

Resources

The list of all resource inlined into the shader parameter structure.

Public variable

FUniformBufferS...

 

StaticSlot

The static slot (if applicable).

Public variable

TMemoryImageArr...

 

UniformBuffers

The list of all non-RDG uniform buffer references inlined into the shader parameter structure.

Constructors

Name Description

Public function

FRHIUniformBufferLayout()

Public function

FRHIUniformBufferLayout

(
    const TCHAR* InName
)

Functions

Classes

Name

Description

Public struct

FResourceParameter

Data structure to store information about resource parameter in a shader parameter structure.

Public struct

InternalLinkType

Public struct

InternalLinkType< COUNTER-CounterBase >

Typedefs

Name

Description

DerivedType

InternalBaseType

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