Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Schema describing a Niagara Data Interface.
| Name | FNiagaraExt_DataInterfaceSchema |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraExternalSystemEditorUtilities.h |
| Include Path | #include "NiagaraExternalSystemEditorUtilities.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FNiagaraExt_DataInterfaceSchema
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataInterfaceClass | TSubclassOf< UNiagaraDataInterface > | NiagaraExternalSystemEditorUtilities.h |
|
|
| PropertySchema | FString | Json Schema describing editable properties of a the data interface class. | NiagaraExternalSystemEditorUtilities.h |
|