Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNodeCustomHlsl
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeCustomHlsl.h |
| Include | #include "NiagaraNodeCustomHlsl.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeCustomHlsl.cpp |
static uint32 ReplaceExactMatchTokens
(
TArray < FString > & Tokens,
FStringView SrcString,
FStringView ReplaceString,
bool bAllowNamespaceSeparation
)
Remarks
Replace items in the tokens array if they start with the src string or optionally src string and a namespace delimiter.