Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceGrid3DCollectionReader.h |
Include |
#include "NiagaraDataInterfaceGrid3DCollectionReader.h" |
UCLASS(EditInlineNew, Category="Grid", HideCategories=(Grid3DCollection, Grid, Deprecated),
Meta=(DisplayName="Grid3D Collection Reader", Experimental), Blueprintable, BlueprintType)
class UNiagaraDataInterfaceGrid3DCollectionReader : public UNiagaraDataInterfaceGrid3DCollection
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceGrid3DCollectionReader ( |
Name | Description | ||
---|---|---|---|
|
CopyToInternal ( |
||
|
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. |
|
|
GetFunctions ( |
VM functionality. |
|
|
InitPerInstanceData ( |
Initializes the per instance data for this interface. |
|
|
PerInstanceTickPostSimulate ( |
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 ( |