Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfaceRWBase
- UNiagaraDataInterfaceVelocityGrid
- UNiagaraDataInterfacePressureGrid
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/Niagara/NiagaraDataInterfacePressureGrid.h |
| Include | #include "Niagara/NiagaraDataInterfacePressureGrid.h" |
Syntax
UCLASS&40;EditInlineNew, Category&61;"Grid", Meta&61;&40;DisplayName&61;"Pressure Grid"&41;&41;
class UNiagaraDataInterfacePressureGrid : public UNiagaraDataInterfaceVelocityGrid
Remarks
Data Interface for the strand base
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraDataInterfacePressureGrid
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildDensityField
(
FVectorVMExternalFunctionContext& Context |
Build the Density Field | |
| void | BuildDistanceField
(
FVectorVMExternalFunctionContext& Context |
Build the velocity field | |
| void | ComputeBoundaryWeights
(
FVectorVMExternalFunctionContext& Context |
Compute the solid weights | |
| void | GetDensityField
(
FVectorVMExternalFunctionContext& Context |
Get Density Field | |
| void | GetNodePosition
(
FVectorVMExternalFunctionContext& Context |
Get Node Position | |
| void | ScaleCellFields
(
FVectorVMExternalFunctionContext& Context |
Scale Cell Fields | |
| void | SetSolidBoundary
(
FVectorVMExternalFunctionContext& Context |
Set the solid boundary | |
| void | SolveGridPressure
(
FVectorVMExternalFunctionContext& Context |
Project the velocity field to be divergence free | |
| void | UpdateDeformationGradient
(
FVectorVMExternalFunctionContext& Context |
Update the deformation gradient |
Overridden from UNiagaraDataInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | AppendCompileHash
(
FNiagaraCompileHashVisitor* InVisitor |
GPU simulation functionality | |
| void | GetCommonHLSL
(
FString& OutHLSL |
Allows data interfaces to provide common functionality that will be shared across interfaces on that type. | |
| bool | GetFunctionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
||
| void | GetFunctions
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
UNiagaraDataInterface Interface | |
| void | GetParameterDefinitionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
GPU simulation functionality | |
| void | GetVMExternalFunction
(
const FVMExternalFunctionBindingInfo& BindingInfo, |
Returns the delegate for the passed function signature. | |
| bool |