UFieldSystemComponent::ApplyStayDynamicField

ApplyStayDynamicField This function will dispatch a command to the physics thread to apply a kinematic to dynamic state change for the particles within the field.

Windows
MacOS
Linux

References

Module

FieldSystemEngine

Header

/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemComponent.h

Include

#include "Field/FieldSystemComponent.h"

Source

/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Private/Field/FieldSystemComponent.cpp

Syntax

void ApplyStayDynamicField
(
    bool Enabled,
    FVector Position,
    float Radius
)

Remarks

ApplyStayDynamicField This function will dispatch a command to the physics thread to apply a kinematic to dynamic state change for the particles within the field.

Parameters

Parameter

Description

Enabled

: Is this force enabled for evaluation.

Position

: The location of the command

Radius

: Radial influence from the position

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