FDMXEditorUtils::GetEntitiesFromClipboard

Gets the copied DMX Entities from the clipboard without attempting to paste/apply them in any way

Windows
MacOS
Linux

References

Module

DMXEditor

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorUtils.h

Include

#include "DMXEditorUtils.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Private/DMXEditorUtils.cpp

Syntax

static void GetEntitiesFromClipboard
(
    TArray< UDMXEntity * > & OutNewObjects
)

Remarks

Gets the copied DMX Entities from the clipboard without attempting to paste/apply them in any way

Parameters

Parameter

Description

OutNewObjectMap

Contains the name->instance object mapping of the copied DMX Entities

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss