Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/FAppStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h |
| Include | #include "Styling/AppStyle.h" |
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". New FName that is A concatenated with B.
Parameters
| Name | Description |
|---|---|
| A | First FName |
| B | Second name |