Navigation
Unreal Engine C++ API Reference > Plugins > Niagara > UNiagaraDataInterfaceGrid2DCollection
- UNiagaraDataInterface::GenerateIterationSourceNamespaceReadAttributesHLSL()
- UNiagaraDataInterfaceGrid2DCollection::GenerateIterationSourceNamespaceReadAttributesHLSL()
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceGrid2DCollection.h |
Include | #include "NiagaraDataInterfaceGrid2DCollection.h" |
Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceGrid2DCollection.cpp |
virtual bool GenerateIterationSourceNamespaceReadAttributesHLSL
&40;
FNiagaraDataInterfaceGPUParamInfo & DIInstanceInfo,
const FNiagaraVariable & InIterationSourceVariable,
TConstArrayView< FNiagaraVariable > InArguments,
TConstArrayView< FNiagaraVariable > InAttributes,
TConstArrayView< FString > InAttributeHLSLNames,
bool bInSetToDefaults,
bool bSpawnOnly,
bool bPartialWrites,
TArray< FText > & OutErrors,
FString & OutHLSL
&41; const
Remarks
Generate the necessary plumbing HLSL at the beginning of the stage where this is used as a sim stage iteration source. Note that this should inject other internal calls using the CustomHLSL node syntax. See GridCollection2D for an example.