UNiagaraNodeCustomHlsl::ReplaceExactMatchTokens

Replace items in the tokens array if they start with the src string or optionally src string and a namespace delimiter.

Windows
MacOS
Linux

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

Syntax

static uint32 ReplaceExactMatchTokens
(
    TArray< FString > & Tokens,
    const FString & SrcString,
    const FString & 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss