UNiagaraEmitter::AddRuntimeAllocation

This is used by the emitter instances to report runtime allocations to reduce reallocation in future simulation runs.

Choose your operating system:

Windows

macOS

Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h

Include

#include "NiagaraEmitter.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitter.cpp

Syntax

int32 AddRuntimeAllocation
(
    uint64 ReporterHandle,
    int32 AllocationCount
)

Remarks

This is used by the emitter instances to report runtime allocations to reduce reallocation in future simulation runs.