Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceGrid2DCollectionReader.h |
Include |
#include "NiagaraDataInterfaceGrid2DCollectionReader.h" |
UCLASS(EditInlineNew, Category="Grid",
Meta=(DisplayName="Grid2D Collection Reader", Experimental), Blueprintable, BlueprintType,
HideCategories=(Grid, RW))
class UNiagaraDataInterfaceGrid2DCollectionReader : public UNiagaraDataInterfaceGrid2D
#todo(dmp): base class has all the RW attributes, even though we only care about the attributes that query the grid. Cleaning this up would be great
Name | Description | ||
---|---|---|---|
|
DIName |
Name of the Grid2DCollection Data Interface on the emitter. |
|
|
EmitterName |
Name of the emitter to read from. |
|
|
SystemInstancesToProxyData_GT |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceGrid2DCollectionReader ( |
Name | Description | ||
---|---|---|---|
|
CopyToInternal ( |
||
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetEmitterDependencies ( |
Allows a DI to specify data dependencies between emitters, so the system can ensure that the emitter instances are executed in the correct order. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
VM functionality. |
|
|
GetParameterDefinitionHLSL ( |
GPU sim functionality. |
|
|
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. |
|
|
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 |
---|---|
GetValueFunctionName |
|
GridName |
|
NumTilesName |
|
OutputGridName |
|
SampleGridFunctionName |
|
SamplerName |