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 bool EqualEqual_StrStr
&40;
const FString & A,
const FString & B
&41;
Remarks
Test if the input strings are equal (A == B) True if the strings are equal, false otherwise
Parameters
Name | Description |
---|---|
A | The string to compare against |
B | The string to compare |