Chaos::InitDynamicStateResults

Init the dynamics state of the particle handles to be processed by the field

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/FieldSystemProxyHelper.h

Include

#include "PhysicsProxy/FieldSystemProxyHelper.h"

Syntax

namespace Chaos
{
    void Chaos::InitDynamicStateResults
    (
        const TArray< Chaos::FGeometryParticleHandle * > & ParticleHandles,
        FFieldContext & FieldContext,
        TArray< int32 > & LocalResults
    )
}

Remarks

Init the dynamics state of the particle handles to be processed by the field

Parameters

Parameter

Description

ParticleHandles

Particle hadles that will be used to init the dynamic state

FieldContext

Field context to retrieve the evaluated samples

LocalResults

Array to store the dynamic state

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