FRHICommandSetLocalUniformBuffer

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandSetLocalUniformBuffer

References

Module

RHI

Header

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

Include

#include "RHICommandList.h"

Syntax

template<typename TRHIShader>
struct FRHICommandSetLocalUniformBuffer : public FRHICommand< FRHICommandSetLocalUniformBuffer< TRHIShader >, FRHICommandSetLocalUniformBufferString >

Variables

Name Description

Public variable

uint32

 

BaseIndex

Public variable

FLocalUniformBu...

 

LocalUniformBuffer

Public variable

TRHIShader *...

 

Shader

Constructors

Name Description

Public function

FRHICommandSetLocalUniformBuffer

(
    FRHICommandListBase* CheckCmdL...,
    TRHIShader* InShader,
    uint32 InBaseIndex,
    const FLocalUniformBuffer& InLocal...
)

Functions

Name Description

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

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