Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FNiagaraCompilationGraphBridge
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CustomHlslReferencesTokens
(
const FCustomHlslNode* CustomNode, |
NiagaraCompilationBridge.h | ||
static void CustomHlslReferencesTokens
(
const FCustomHlslNode* CustomNode, |
NiagaraCompilationBridge.h |
CustomHlslReferencesTokens(const FCustomHlslNode *, TConstArrayView< FStringView >)
| Name | CustomHlslReferencesTokens |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraCompilationBridge.h |
| Include Path | #include "NiagaraCompilationBridge.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraCompilationGraphBridgeImpl.cpp |
static bool CustomHlslReferencesTokens
(
const FCustomHlslNode * CustomNode,
TConstArrayView< FStringView > TokenStrings
)
CustomHlslReferencesTokens(const FCustomHlslNode *, TConstArrayView< FName >, TArrayView< bool >)
| Name | CustomHlslReferencesTokens |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraCompilationBridge.h |
| Include Path | #include "NiagaraCompilationBridge.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraCompilationGraphBridgeImpl.cpp |
static void CustomHlslReferencesTokens
(
const FCustomHlslNode * CustomNode,
TConstArrayView< FName > TokenStrings,
TArrayView < bool > Results
)