FDMXFixturePatchSharedData

Shared data for fixture patch editors

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FDMXFixturePatchSharedData

References

Module

DMXEditor

Header

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

Include

#include "DMXFixturePatchSharedData.h"

Syntax

class FDMXFixturePatchSharedData : public TSharedFromThis< FDMXFixturePatchSharedData >

Remarks

Shared data for fixture patch editors

Variables

Name Description

Public variable

FSimpleMulticas...

 

OnFixturePatchSelectionChanged

Broadcast when a patch node is selected by an editor

Public variable

FSimpleMulticas...

 

OnUniverseSelectionChanged

Broadcast when a universe is selected by an editor

Constructors

Name Description

Public function

FDMXFixturePatchSharedData

(
    TWeakPtr< FDMXEditor > InDMXEditorP...
)

Functions

Name Description

Public function

void

 

AddFixturePatchToSelection

Selects the patch node, does not clear selection

Public function Const

const TArray...

 

GetSelectedFixturePatches()

Returns the selected patch node or nullptr if nothing is selected

Public function

int32

 

GetSelectedUniverse()

Returns the selected universe

Public function

void

 

SelectFixturePatch

Selects the patch node

Public function

void

 

SelectFixturePatches

(
    const TArray< TWeakObjectPtr< UDMXE...
)

Selects the patch nodes

Public function

void

 

SelectUniverse

(
    int32 UniverseID
)

Selects the universe

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