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 EndsWith
&40;
const FString & SourceString,
const FString & InSuffix,
ESearchCase::Type SearchCase
&41;
Remarks
Test whether this string ends with given string. true if this string ends with specified text, false otherwise
Parameters
Name | Description |
---|---|
SearchCase | Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase ) |