Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceGrid3DColle-
- UNiagaraDataInterface::GenerateIterationSourceNamespaceReadAttributesHLSL()
- UNiagaraDataInterfaceGrid3DCollection::GenerateIterationSourceNamespaceReadAttributesHLSL()
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceGrid3DCollection.h |
Include | #include "NiagaraDataInterfaceGrid3DCollection.h" |
Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceGrid3DCollection.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.