![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Kelvinlets.h>
Inheritance diagram for UE::Geometry::TBlendPairedKelvinlet< BrushTypeA, BrushTypeB >:Public Member Functions | |
| TBlendPairedKelvinlet (const BrushTypeA &BrushA, const BrushTypeB &BrushB, double StrengthA) | |
| FVector3d | Evaluate (const FVector3d &Pos) const |
| double | Divergence (const FVector3d &Pos) const |
Public Member Functions inherited from UE::Geometry::TKelvinletIntegrator< TBlendPairedKelvinlet< BrushTypeA, BrushTypeB > > | |
| FVector3d | Evaluate (const FVector3d &Pos) const |
| FVector3d | IntegrateRK3 (const FVector3d &Pos, double dt) const |
Protected Attributes | |
| BrushTypeA | ABrush |
| BrushTypeB | BBrush |
| double | Alpha |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |