FGeomCacheIndexBuffer

Index Buffer

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FIndexBuffer

FGeomCacheIndexBuffer

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h

Include

#include "GeometryCacheSceneProxy.h"

Syntax

class FGeomCacheIndexBuffer : public FIndexBuffer

Remarks

Index Buffer

Variables

Name Description

Protected variable

FShaderResource...

 

BufferSRV

Public variable

int32

 

NumIndices

Functions

Name Description

Public function Const

FRHIShaderRe...

 

GetBufferSRV()

Public function

unsigned

 

SizeInBytes()

Public function

void

 

Update

(
    const TArray< uint32 >& Indices
)

Update the data and possibly reallocate if needed.

Public function

void

 

UpdateSizeOnly

(
    int32 NewNumIndices
)

Overridden from FRenderResource

Name Description

Public function Virtual

void

 

InitRHI()

Create on rhi thread. Uninitialized with NumIndices space.

Public function Virtual

void

 

ReleaseRHI()

Releases the RHI resources used by this resource.

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