IDatasmithHierarchicalInstancedStaticMeshActorElement::ReserveSpaceForInstances

Reserve memory for a number of instance.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

void ReserveSpaceForInstances
(
    int32 NumIntances
)

Remarks

Reserve memory for a number of instance.

Parameters

Parameter

Description

NumInstances

The number of instance. This reduce the overall time needed to add a large number of instances.

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