Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/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 |
UFUNCTION (BlueprintPure, Category="Utilities|String",
Meta=(CompactNodeTitle="LEN", Keywords="length"))
static int32 Len
(
const FString & S
)
Remarks
Returns the number of characters in the string The number of chars in the string
Parameters
| Name | Description |
|---|---|
| SourceString | The string to measure |