FNetNameMapping::MakeValidName

Come up with a valid, unique (within the scope of NetNameMap) name based on an existing Net object and (optional) context.

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h

Include

#include "KismetCompilerMisc.h"

Syntax

FString MakeValidName
(
    const UEdGraphNode * Net,
    const FString & Context
)

Remarks

Come up with a valid, unique (within the scope of NetNameMap) name based on an existing Net object and (optional) context. The resulting name is stable across multiple calls if given the same pointer.

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