Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfaceRWBase
- UNiagaraDataInterfaceGrid3D
- UNiagaraDataInterfaceGrid3DCollection
- UNiagaraDataInterfaceGrid3DCollectionReader
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceGrid3DCollectionReader.h |
| Include | #include "NiagaraDataInterfaceGrid3DCollectionReader.h" |
Syntax
UCLASS&40;EditInlineNew, Category&61;"Grid", CollapseCategories,
HideCategories&61;&40;Grid3DCollection, Grid, Deprecated&41;,
Meta&61;&40;DisplayName&61;"Grid3D Collection Reader"&41;, Blueprintable, BlueprintType, MinimalAPI&41;
class UNiagaraDataInterfaceGrid3DCollectionReader : public UNiagaraDataInterfaceGrid3DCollection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DIName | Name of the Grid2DCollection Data Interface on the emitter. | |
| FString | EmitterName | Name of the emitter to read from. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraDataInterfaceGrid3DCollectionReader
(
const FObjectInitializer& ObjectInitializer |
Overridden from UNiagaraDataInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | CopyToInternal
(
UNiagaraDataInterface* Destination |
||
| bool | Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. | |
| void | GetEmitterDependencies
(
UNiagaraSystem* Asset, |
Allows a DI to specify data dependencies between emitters, so the system can ensure that the emitter instances are executed in the correct order. | |
| void | GetFunctions
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
VM functionality. | |
| bool | InitPerInstanceData
(
void* PerInstanceData, |
Initializes the per instance data for this interface. | |
| bool | PerInstanceTickPostSimulate
(
void* PerInstanceData, |