Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceRasterizationGrid3D.h |
Include |
#include "NiagaraDataInterfaceRasterizationGrid3D.h" |
UCLASS(EditInlineNew, Category="Grid", Meta=(DisplayName="Rasterization Grid3D"))
class UNiagaraDataInterfaceRasterizationGrid3D : public UNiagaraDataInterfaceGrid3D
Name | Description | ||
---|---|---|---|
|
float |
Precision |
|
|
int |
ResetValue |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceRasterizationGrid3D ( |
Name | Description | ||
---|---|---|---|
|
GetNumCells ( |
||
|
SetFloatResetValue ( |
||
|
SetNumCells ( |
Name | Description | ||
---|---|---|---|
|
CopyToInternal ( |
||
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
VM functionality. |
|
|
GetParameterDefinitionHLSL ( |
GPU sim functionality. |
|
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
HasPostSimulateTick() |
||
|
HasPreSimulateTick() |
||
|
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. |
|
|
PerInstanceTickPostSimulate ( |
||
|
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() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Name |
Description |
---|---|
SetFloatResetValueFunctionName |
|
SetNumCellsFunctionName |