FEditorStyle::Join

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

Choose your operating system:

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