Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterface
Description
When set to true simulation may not complete in the same tick group it started. You must override and set to false if you require the data interface post stage tick to complete before the tick group ends.
| Name | PostStageCanOverlapTickGroups |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface.h |
| Include Path | #include "NiagaraDataInterface.h" |
virtual bool PostStageCanOverlapTickGroups() const