Navigation
API > API/Plugins > API/Plugins/Niagara
Command that will execute a console command on the debugger client.
| Name | FNiagaraDebuggerExecuteConsoleCommand |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include Path | #include "NiagaraDebuggerCommon.h" |
Syntax
USTRUCT ()
struct FNiagaraDebuggerExecuteConsoleCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraDebuggerCommon.h | |||
FNiagaraDebuggerExecuteConsoleCommand
(
FString InCommand, |
NiagaraDebuggerCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRequiresWorld | bool | NiagaraDebuggerCommon.h | ||
| Command | FString | NiagaraDebuggerCommon.h |
|