Chaos::SetParticleDynamicState

Set the dynamic state of a particle handle

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::SetParticleDynamicState
    (
        Chaos::FPBDRigidsSolver * RigidSolver,
        const Chaos::EObjectStateType FieldState,
        Chaos::FPBDRigidParticleHandle * RigidHandle
    )
}

Remarks

Set the dynamic state of a particle handle

Parameters

Parameter

Description

Rigidsolver

Rigid solver owning the particle handle

FieldState

Field state that will be set on the handle

RigidHandle

Particle hadle on which the state will be set

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