Navigation
Unreal Engine C++ API Reference > 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 (EditInlineNew, Category="Grid", Meta=(DisplayName="Pressure Grid"))
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 | GetFunctionsInternal
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
|
![]() ![]() |
void | GetParameterDefinitionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
GPU simulation functionality |
![]() ![]() |
void | GetVMExternalFunction
(
const FVMExternalFunctionBindingInfo& BindingInfo, |
UNiagaraDataInterface Interface |
![]() ![]() ![]() |
bool |