Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | UNiagaraDataInterfaceGrid3DCollectionReader |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceGrid3DCollectionReader.h |
| Include Path | #include "NiagaraDataInterfaceGrid3DCollectionReader.h" |
Syntax
UCLASS (EditInlineNew, Category="Grid", CollapseCategories,
HideCategories=(Grid3DCollection, Grid, Deprecated),
Meta=(DisplayName="Grid3D Collection Reader"), Blueprintable, BlueprintType, MinimalAPI)
class UNiagaraDataInterfaceGrid3DCollectionReader : public UNiagaraDataInterfaceGrid3DCollection
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraNotifyOnChanged → UNiagaraDataInterfaceBase → UNiagaraDataInterface → UNiagaraDataInterfaceRWBase → UNiagaraDataInterfaceGrid3D → UNiagaraDataInterfaceGrid3DCollection → UNiagaraDataInterfaceGrid3DCollectionReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraDataInterfaceGrid3DCollectionReader
(
const FObjectInitializer& ObjectInitializer |
NiagaraDataInterfaceGrid3DCollectionReader.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DIName | FString | Name of the Grid2DCollection Data Interface on the emitter. | NiagaraDataInterfaceGrid3DCollectionReader.h |
|
| EmitterName | FString | Name of the emitter to read from. | NiagaraDataInterfaceGrid3DCollectionReader.h |
|
Functions
Public
Overridden from UNiagaraDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DestroyPerInstanceData
(
void* PerInstanceData, |
Destroys the per instance data for this interface. | NiagaraDataInterfaceGrid3DCollectionReader.h | |
virtual bool Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. | NiagaraDataInterfaceGrid3DCollectionReader.h | |
virtual 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. | NiagaraDataInterfaceGrid3DCollectionReader.h | |
virtual bool InitPerInstanceData
(
void* PerInstanceData, |
Initializes the per instance data for this interface. | NiagaraDataInterfaceGrid3DCollectionReader.h | |
virtual bool PerInstanceTickPostSimulate
(
void* PerInstanceData, |
NiagaraDataInterfaceGrid3DCollectionReader.h |
Protected
Overridden from UNiagaraDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CopyToInternal
(
UNiagaraDataInterface* Destination |
NiagaraDataInterfaceGrid3DCollectionReader.h | ||
virtual void GetFunctionsInternal
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
NiagaraDataInterfaceGrid3DCollectionReader.h |