Chaos::InitActivateDisabledResults

Init the enable/disable boolean array 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::InitActivateDisabledResults
    (
        const TArray< Chaos::FGeometryParticleHandle * > & ParticleHandles,
        FFieldContext & FieldContext,
        TArray< int32 > & LocalResults
    )
}

Remarks

Init the enable/disable boolean array of the particle handles to be processed by the field

Parameters

Parameter

Description

ParticleHandles

Particle hadles that will be used to init the enable/disable booleans

FieldContext

Field context to retrieve the evaluated samples

LocalResults

Array to store the enable/disable boolean

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