FNiagaraDebuggerExecuteConsoleCommand

Command that will execute a console command on the debugger client.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h

Include

#include "NiagaraDebuggerCommon.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FNiagaraDebuggerExecuteConsoleCommand

Remarks

Command that will execute a console command on the debugger client.

Variables

Name Description

Public variable UProperty

bool

 

bRequiresWorld

Public variable UProperty Category, EditAnywhere

FString

 

Command

Constructors

Name Description

Public function

FNiagaraDebuggerExecuteConsoleCommand()

Public function

FNiagaraDebuggerExecuteConsoleCommand

(
    FString InCommand,
    bool bInRequiresWorld
)

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