Navigation
API > API/Editor > API/Editor/EditorStyle > API/Editor/EditorStyle/FEditorStyle
Deprecated * FEditorStyle::Join() is deprecated, use FAppStyle::Join() instead.
References
| Module | EditorStyle |
| Header | /Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h |
| Include | #include "EditorStyleSet.h" |
static FName Join
&40;
FName A,
const ANSICHAR &42; B
&41;
Remarks
Concatenates two FNames.e If A and B are "Path.To" and ".Something" the result "Path.To.Something". New FName that is A concatenated with B.
Parameters
| Name | Description |
|---|---|
| A | First FName |
| B | Second name |