Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraSimCacheCreateParameters
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="SimCache",
Meta=(EditCondition="AttributeCaptureMode == ENiagaraSimCacheAttributeCaptureMode::ExplicitAttributes"))
TArray < FName > ExplicitCaptureAttributes
Remarks
List of attributes to capture when the capture attribute capture mode is set to explicit. For example, adding MyEmitter.Particles.Position will only gather that attribute inside the cache.