UNiagaraEmitter::AddRuntimeAllocation

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss