UChaosCache::EvaluateSingle

Evaluates a single particle from the tracks array

Windows
MacOS
Linux

References

Module

ChaosCaching

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h

Include

#include "Chaos/ChaosCache.h"

Source

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/ChaosCache.cpp

Syntax

void EvaluateSingle
(
    int32 InIndex,
    FPlaybackTickRecord & InTickRecord,
    FTransform * OutOptTransform,
    TMap< FName, float > * OutOptCurves
)

Remarks

Evaluates a single particle from the tracks array

Parameters

Parameter

Description

InIndex

Particle track index (unchecked, ensure valid before call)

InTickRecord

Tick record for this evaluation

OutOptTransform

Transform to fill, skipped if null

OutOptCurves

Curves to fill, skipped if null

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