Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FVelocityAndPressureField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetProperties
(
const FCollectionPropertyConstFacade& PropertyCollection, |
This version will not load WindVelocity from the config. Call SetVelocity to set it explicitly. | Chaos/VelocityField.h | |
void SetProperties
(
const FSolverVec2& Drag, |
Chaos/VelocityField.h |
SetProperties(const FCollectionPropertyConstFacade &, const TMap< FString, TConstArrayView< FRealSingle > > &, FSolverReal, bool)
Description
This version will not load WindVelocity from the config. Call SetVelocity to set it explicitly.
| Name | SetProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/VelocityField.h |
| Include Path | #include "Chaos/VelocityField.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/VelocityField.cpp |
void SetProperties
(
const FCollectionPropertyConstFacade & PropertyCollection,
const TMap < FString , TConstArrayView< FRealSingle > > & Weightmaps,
FSolverReal WorldScale,
bool bEnableAerodynamics
)
SetProperties(const FSolverVec2 &, const FSolverVec2 &, const FSolverVec2 &, const FSolverVec2 &, const FSolverReal, const FSolverVec2 &, FSolverReal)
| Name | SetProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/VelocityField.h |
| Include Path | #include "Chaos/VelocityField.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/VelocityField.cpp |
void SetProperties
(
const FSolverVec2 & Drag,
const FSolverVec2 & OuterDrag,
const FSolverVec2 & Lift,
const FSolverVec2 & OuterLift,
const FSolverReal FluidDensity,
const FSolverVec2 & Pressure,
FSolverReal WorldScale
)