Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetStringLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h |
Include | #include "Kismet/KismetStringLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp |
static FString Concat_StrStr
&40;
const FString & A,
const FString & B
&41;
Remarks
String functions. Concatenates two strings together to make a new string A new string which is the concatenation of A+B
Parameters
Name | Description |
---|---|
A | The original string |
B | The string to append to A |