FDynamicTrailsEmitterData::GetIndexAllocInfo

Gets the number of indices to be allocated for this emitter.

Windows
MacOS
Linux

Override Hierarchy

FDynamicSpriteEmitterDataBase::GetIndexAllocInfo()

FDynamicTrailsEmitterData::GetIndexAllocInfo()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleHelper.h

Include

#include "ParticleHelper.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp

Syntax

virtual void GetIndexAllocInfo
(
    int32 & OutNumIndices,
    int32 & OutStride
) const

Remarks

Gets the number of indices to be allocated for this emitter.

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