Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/Niagara/NiagaraDataInterfaceVelocityGrid.h |
Include |
#include "Niagara/NiagaraDataInterfaceVelocityGrid.h" |
UCLASS(EditInlineNew, Category="Grid", Meta=(DisplayName="Velocity Grid"))
class UNiagaraDataInterfaceVelocityGrid : public UNiagaraDataInterfaceRWBase
Data Interface for the strand base
Name | Description | ||
---|---|---|---|
|
GridSize |
Grid size along the X axis. |
|
|
NumAttributes |
Num Attributes |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceVelocityGrid ( |
Name | Description | ||
---|---|---|---|
|
BuildVelocityField ( |
Build the velocity field |
|
|
ComputeGridSize ( |
Compute the grid Size (Origin and length) |
|
|
SampleVelocityField ( |
Sample the grid |
|
|
SetGridDimension ( |
Set the grid dimension |
|
|
UpdateGridTransform ( |
Update the grid transform |
Name | Description | ||
---|---|---|---|
|
AppendCompileHash ( |
GPU simulation functionality |
|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
Copy one niagara DI to this |
|
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetCommonHLSL ( |
Allows data interfaces to provide common functionality that will be shared across interfaces on that type. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
UNiagaraDataInterface Interface |
|
|
GetParameterDefinitionHLSL ( |
||
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
InitPerInstanceData ( |
Initializes the per instance data for this interface. |
|
|
PerInstanceDataSize() |
Returns the size of the per instance data for this interface. |
|
|
PerInstanceTick ( |
Ticks the per instance data for this interface, if it has any. |
|
|
ProvidePerInstanceDataForRenderThread ( |
Subclasses that wish to work with GPU systems/emitters must implement this. |
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 ( |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
UObject Interface |
Name |
Description |
---|---|
GridCurrentBufferName |
Name of the grid current buffer |
GridDestinationBufferName |
Name of the grid X velocity buffer |
GridSizeName |
Name of the grid size |
WorldInverseName |
Name of the World transform inverse |
WorldTransformName |
Name of the world transform |