FVelocityField

Overload list

Windows
MacOS
Linux
Name Description

Public function

FVelocityField()

Construct an uninitialized field. Mesh, properties, and velocity will have to be set for this field to be valid.

Public function

FVelocityField

(
    const FTriangleMesh& TriangleMesh,
    const FVec3& InVelocity,
    const FReal InDragCoefficient,
    const FReal InLiftCoefficient,
    const FReal InFluidDensity
)

Construct a uniform field.

Public function

FVelocityField

(
    const FTriangleMesh& TriangleMesh,
    TFunction< FVec3&)> In...,
    const FReal InDragCoefficient,
    const FReal InLiftCoefficient,
    const FReal InFluidDensity
)

Construct a vector field.

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