Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceExport
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.
Virtual Inheritance
- UNiagaraDataInterface::PostSimulateCanOverlapFrames → UNiagaraDataInterfaceExport::PostSimulateCanOverlapFrames
| Name | PostSimulateCanOverlapFrames |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceExport.h |
| Include Path | #include "NiagaraDataInterfaceExport.h" |
virtual bool PostSimulateCanOverlapFrames() const