Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterface
Description
When set to true the simulation may not complete in the same frame it started, allowing maximum overlap with the GameThread. You must override and set to false if you require the data interface to complete before PostActorTick completes.
Derived Overrides
- UNiagaraDataInterfaceAudioPlayer::PostSimulateCanOverlapFrames
- UNiagaraDataInterfaceCollisionQuery::PostSimulateCanOverlapFrames
- UNiagaraDataInterfaceExport::PostSimulateCanOverlapFrames
| Name | PostSimulateCanOverlapFrames |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface.h |
| Include Path | #include "NiagaraDataInterface.h" |
virtual bool PostSimulateCanOverlapFrames() const