Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/Niagara/NiagaraDataInterfacePressureGrid.h |
Include |
#include "Niagara/NiagaraDataInterfacePressureGrid.h" |
UCLASS(EditInlineNew, Category="Grid", Meta=(DisplayName="Pressure Grid"))
class UNiagaraDataInterfacePressureGrid : public UNiagaraDataInterfaceVelocityGrid
Data Interface for the strand base
Name | Description | |
---|---|---|
|
UNiagaraDataInterfacePressureGrid ( |
Name | Description | ||
---|---|---|---|
|
BuildDensityField ( |
Build the Density Field |
|
|
BuildDistanceField ( |
Build the velocity field |
|
|
ComputeBoundaryWeights ( |
Compute the solid weights |
|
|
GetDensityField ( |
Get Density Field |
|
|
GetNodePosition ( |
Get Node Position |
|
|
ScaleCellFields ( |
Scale Cell Fields |
|
|
SetSolidBoundary ( |
Set the solid boundary |
|
|
SolveGridPressure ( |
Project the velocity field to be divergence free |
|
|
UpdateDeformationGradient ( |
Update the deformation gradient |
Name | Description | ||
---|---|---|---|
|
AppendCompileHash ( |
GPU simulation functionality |
|
|
GetCommonHLSL ( |
Allows data interfaces to provide common functionality that will be shared across interfaces on that type. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
UNiagaraDataInterface Interface |
|
|
GetParameterDefinitionHLSL ( |
GPU simulation functionality |
|
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
HasPreSimulateTick() |
Name | Description | ||
---|---|---|---|
|
BindParameters ( |
Methods that operate on an instance of type FNiagaraDataInterfaceParametersCS*, created by the above CreateComputeParameters() method |
|
|
FNiagaraData... |
CreateComputeParameters() |
Constructs the correct CS parameter type for this DI (if any). |
|
const FTypeL... |
GetComputeParametersTypeDesc() |
|
|
SetParameters ( |
||
|
UnsetParameters ( |