FEditorStyle::Join

Concatenates two FNames.e If A and B are "Path.To" and ".Something" the result "Path.To.Something".

Windows
MacOS
Linux

References

Module

EditorStyle

Header

/Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h

Include

#include "EditorStyleSet.h"

Syntax

static FName Join
(
    FName A,
    const ANSICHAR * B
)

Remarks

Concatenates two FNames.e If A and B are "Path.To" and ".Something" the result "Path.To.Something".

Returns

New FName that is A concatenated with B.

Parameters

Parameter

Description

A

First FName

B

Second name

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