Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDynamicBeam2EmitterData
Description
Perform the actual work of filling the buffer
Perform the actual work of filling the buffer, often called from another thread
Virtual Inheritance
- FDynamicSpriteEmitterDataBase::DoBufferFill → FDynamicBeam2EmitterData::DoBufferFill
| Name | DoBufferFill |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp |
virtual void DoBufferFill
(
FAsyncBufferFillData & Me
) const
Parameters
| Name | Remarks |
|---|---|
| Me | Fill data structure |