fx.Niagara.SetOverridePlatformName
fx.Niagara.SetOverridePlatformName
#Overview
name: fx.Niagara.SetOverridePlatformName
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Sets which platform we should override with, no args means reset to default
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPlatformSet.cpp:155
Scope: file
Source code excerpt:
static FAutoConsoleCommand GCmdSetNiagaraPlatformOverride(
TEXT("fx.Niagara.SetOverridePlatformName"),
TEXT("Sets which platform we should override with, no args means reset to default"),
FConsoleCommandWithArgsDelegate::CreateLambda(
[](const TArray<FString>& Args)
{
GNiagaraPlatformOverride.Reset();
if (Args.Num() == 0)