AttributesToPreserve

A whitelist of Particle attributes (e.g. "Particle.Position" or "Particle.Age") that will not be removed from the DataSet even if they aren't read by the VM.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, AdvancedDisplay, Category="Emitter")
TArray< FString > AttributesToPreserve

Remarks

A whitelist of Particle attributes (e.g. "Particle.Position" or "Particle.Age") that will not be removed from the DataSet even if they aren't read by the VM. Used in conjunction with [UNiagaraSystem::bTrimAttributes](API\Plugins\Niagara\UNiagaraSystem\bTrimAttributes)

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