Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h |
Include |
#include "EditorStyleSet.h" |
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.
Parameter |
Description |
---|---|
A |
First FName |
B |
Second name |