Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNDCMapEntry_GameplayBurst
Description
Called as the entry becomes inactive and is moved to the free pool. Performs bookkeeping like freeing large allocations etc but can cache any constant or expensive intermediate data. @Param Key: The Key generated for this entry. Some Entry types may encode data in their key that can be used in other ways.
Virtual Inheritance
- FNDCMapEntryBase::Reset → FNDCMapEntry_GameplayBurst::Reset
| Name | Reset |
| 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 void Reset
(
const FNDCMapKey & Key
)