Navigation
API > API/Plugins > API/Plugins/Niagara
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScriptExecutionContext.h |
Include | #include "NiagaraScriptExecutionContext.h" |
Syntax
struct FNiagaraEventHandlingInfo
Remarks
Container for data needed to process event data.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FNiagaraDataBufferRef | EventData | |
![]() |
FGuid | SourceEmitterGuid | |
![]() |
FName | SourceEmitterName | |
![]() |
TArray< int32, TInlineAllocator< 16 > > | SpawnCounts | |
![]() |
int32 | TotalSpawnCount |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetEventData
(
FNiagaraDataBuffer* InEventData |