Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | UNiagaraClipboardContent |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraClipboard.h |
| Include Path | #include "NiagaraClipboard.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraClipboardContent : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraClipboardContent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFixupPasteIndexForScriptDependenciesInStack | bool | Markup MetaData to specify that if scripts are pasted from the clipboard to automatically fixup their order in the stack to satisfy dependencies. | NiagaraClipboard.h | |
| ExportedNodes | FString | We expect nodes to be exported into this string using FEdGraphUtilities::ExportNodesToText | NiagaraClipboard.h | |
| FunctionInputs | TArray< TObjectPtr< const UNiagaraClipboardFunctionInput > > | NiagaraClipboard.h | ||
| Functions | TArray< TObjectPtr< const UNiagaraClipboardFunction > > | NiagaraClipboard.h | ||
| PortableValues | TArray< FNiagaraClipboardPortableValue > | NiagaraClipboard.h | ||
| Renderers | TArray< TObjectPtr< const UNiagaraClipboardRenderer > > | NiagaraClipboard.h | ||
| Scripts | TArray< TObjectPtr< const UNiagaraScript > > | NiagaraClipboard.h | ||
| ScriptVariables | TArray< FNiagaraClipboardScriptVariable > | NiagaraClipboard.h | ||
| StackNote | FNiagaraStackNoteData | NiagaraClipboard.h | ||
| StatelessModules | TArray< TObjectPtr< const UObject > > | NiagaraClipboard.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UNiagaraClipboardContent * Create() |
NiagaraClipboard.h |