FGeomCacheTrackProxy::InitRenderResources

Initialize the render resources. Must be called before the render resources are used.

Windows
MacOS
Linux

References

Module

GeometryCache

Header

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

Include

#include "GeometryCacheSceneProxy.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheSceneProxy.cpp

Syntax

virtual void InitRenderResources
(
    int32 NumVertices,
    int32 NumIndices
)

Remarks

Initialize the render resources. Must be called before the render resources are used.

Parameters

Parameter

Description

NumVertices

The initial number of vertices to initialize the buffers with. Must be greater than 0

NumIndices

The initial number of indices to initialize the buffers with. Must be greater than 0

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