UGeometryCollectionComponent::ApplyPhysicsField

AddPhysicsField This function will dispatch a command to the physics thread to apply a generic evaluation of a user defined transient field network.

Windows
MacOS
Linux

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h

Include

#include "GeometryCollection/GeometryCollectionComponent.h"

Source

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionComponent.cpp

Syntax

void ApplyPhysicsField
(
    bool Enabled,
    EGeometryCollectionPhysicsTypeEnum Target,
    UFieldSystemMetaData * MetaData,
    UFieldNodeBase * Field
)

Remarks

AddPhysicsField This function will dispatch a command to the physics thread to apply a generic evaluation of a user defined transient field network. See documentation, for examples of how to recreate variations of the above generic fields using field networks

Parameters

Parameter

Description

Enabled

Is this force enabled for evaluation.

Target

Type of field supported by the solver.

MetaData

Meta data used to assist in evaluation

Field

Base evaluation node for the field network.

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