FDMXRuntimeUtils::GenerateUniqueNameForImportFunction

Generates a unique name given a base one and a list of potential ones

Windows
MacOS
Linux

References

Module

DMXRuntime

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXRuntimeUtils.h

Include

#include "DMXRuntimeUtils.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/DMXRuntimeUtils.cpp

Syntax

static FString GenerateUniqueNameForImportFunction
(
    TMap< FString, uint32 > & OutPotentialFunctionNamesAndCount,
    const FString & InBaseName
)

Remarks

Generates a unique name given a base one and a list of potential ones

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