Navigation
API > API/Plugins > API/Plugins/Niagara
Simple information on the connected client for use in continuous or immediate response UI elements.
| Name | FNiagaraSimpleClientInfo |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include Path | #include "NiagaraDebuggerCommon.h" |
Syntax
USTRUCT ()
struct FNiagaraSimpleClientInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Actors | TArray< FString > | List of all actors with Niagara components. | NiagaraDebuggerCommon.h |
|
| Components | TArray< FString > | List of all Niagara components. | NiagaraDebuggerCommon.h |
|
| Emitters | TArray< FString > | List of all Niagara emitters. | NiagaraDebuggerCommon.h |
|
| Systems | TArray< FString > | List of all system names in the scene. | NiagaraDebuggerCommon.h |
|