IDMXNamedType

Interface for objects that want to define a unique name across a set of objects

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DMXEditor

Header

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

Include

#include "IDMXNamedType.h"

Syntax

class IDMXNamedType : public TSharedFromThis< IDMXNamedType >

Remarks

Interface for objects that want to define a unique name across a set of objects

Destructors

Name Description

Public function Virtual

~IDMXNamedType()

Functions

Name Description

Public function Const

void

 

GetName

(
    FString& OutUniqueName
)

Returns the name

Public function Const

bool

 

IsNameUnique

(
    const FString& TestedName
)

Returns if the name is unique

Public function

void

 

SetName

(
    const FString& InDesiredName,
    FString& OutUniqueName
)

Sets the name, matching desired name as closely as possible

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