Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNDCMapEntry_GameplayBurst
Description
Perform any bookkeeping needed at the beginning of each frame.
@Param DeltaTime: The time in seconds from this world tick from the previous. @Param OwningWorld: The world manager that owns this entry and it's owning handler. @Param Key: The Key generated for this entry. Some Entry types may encode data in their key that can be used in other ways. @Return True if the entry is still in use. False if this entry is unused and we can return it to the free entries pool.
Virtual Inheritance
- FNDCMapEntryBase::BeginFrame → FNDCMapEntry_GameplayBurst::BeginFrame
| Name | BeginFrame |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannel_GameplayBurst.h |
| Include Path | #include "NiagaraDataChannel_GameplayBurst.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataChannel_GameplayBurst.cpp |
virtual bool BeginFrame
(
float DeltaTime,
FNiagaraWorldManager * OwningWorld,
const FNDCMapKey & Key
)