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 int32 Len
&40;
const FString & S
&41;
Remarks
Returns the number of characters in the string The number of chars in the string
Parameters
Name | Description |
---|---|
SourceString | The string to measure |