Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraStackEntry
- UNiagaraStackItemContent
- UNiagaraStackCategory
- UNiagaraStackScriptHierarchyCategory
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackInputCategory.h |
| Include | #include "ViewModels/Stack/NiagaraStackInputCategory.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackScriptHierarchyCategory : public UNiagaraStackCategory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< const UNiagaraHierarchyCategory > | HierarchyCategory | ||
| TWeakObjectPtr< UNiagaraNodeFunctionCall > | OwningFunctionCallNode | ||
| TWeakObjectPtr< UNiagaraNodeFunctionCall > | OwningModuleNode | ||
| FNiagaraScriptInstanceData | ScriptInstanceData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UNiagaraHierarchyCategory * | |||
| void | Initialize
(
FRequiredEntryData InRequiredEntryData, |
||
| void | PasteFromClipboard
(
const UNiagaraClipboardContent* ClipboardContent |
||
| void | SetOwningFunctionCallNode
(
UNiagaraNodeFunctionCall& InOnGetOwningFunctionCallNode |
||
| void | SetOwningModuleNode
(
UNiagaraNodeFunctionCall& InOnGetOwningModuleNode |
||
| void | SetScriptInstanceData
(
const FNiagaraScriptInstanceData& InScriptInstanceData |
||
| TArray< const UNiagaraClipboardFunctionInput * > | ToClipboardFunctionInputs
(
UObject* InOuter |
Overridden from UNiagaraStackCategory
| Type | Name | Description | |
|---|---|---|---|
| bool |
Overridden from UNiagaraStackEntry
| Type | Name | Description | |
|---|---|---|---|
| void | Copy
(
UNiagaraClipboardContent* ClipboardContent |
||
| FText | |||
| FText | |||
| void | Paste
(
const UNiagaraClipboardContent* ClipboardContent, |
||
| void | RefreshChildrenInternal
(
const TArray< UNiagaraStackEntry* >& CurrentChildren, |
||
| bool | SupportsCopy () |
UNiagaraStackEntry | |
| bool | |||
| bool | TestCanCopyWithMessage
(
FText& OutMessage |
||
| bool | TestCanPasteWithMessage
(
const UNiagaraClipboardContent* ClipboardContent, |