FRHICommandDrawIndexedPrimitive

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandDrawIndexedPrimitive

References

Module

RHI

Header

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

Include

#include "RHICommandList.h"

Syntax

Variables

Name Description

Public variable

int32

 

BaseVertexIndex

Public variable

uint32

 

FirstInstance

Public variable

FRHIIndexBuffer...

 

IndexBuffer

Public variable

uint32

 

NumInstances

Public variable

uint32

 

NumPrimitives

Public variable

uint32

 

NumVertices

Public variable

uint32

 

StartIndex

Constructors

Name Description

Public function

FRHICommandDrawIndexedPrimitive

(
    FRHIIndexBuffer* InIndexBuffer,
    int32 InBaseVertexIndex,
    uint32 InFirstInstance,
    uint32 InNumVertices,
    uint32 InStartIndex,
    uint32 InNumPrimitives,
    uint32 InNumInstances
)

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