Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraClipboardContent
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraClipboard.h |
Include | #include "NiagaraClipboard.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UNiagaraClipboardContent : public UObject
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | bFixupPasteIndexForScriptDependenciesInStack | Markup MetaData to specify that if scripts are pasted from the clipboard to automatically fixup their order in the stack to satisfy dependencies. |
![]() ![]() |
FString | ExportedNodes | We expect nodes to be exported into this string using FEdGraphUtilities::ExportNodesToText |
![]() ![]() |
TArray< TObjectPtr< const UNiagaraClipboardFunctionInput > > | FunctionInputs | |
![]() ![]() |
TArray< TObjectPtr< const UNiagaraClipboardFunction > > | Functions | |
![]() ![]() |
TArray< TObjectPtr< const UNiagaraRendererProperties > > | Renderers | |
![]() ![]() |
TArray< TObjectPtr< const UNiagaraScript > > | Scripts | |
![]() ![]() |
TArray< FNiagaraClipboardScriptVariable > | ScriptVariables |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UNiagaraClipboardContent * | Create () |