Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator[]
(
int32 Index |
Return specific character from this string | ||
const ElementType & operator[]
(
int32 Index |
Return specific const character from this string |
operatorint32
Description
Return specific character from this string
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
ElementType & operator[]
(
int32 Index
)
Character at Index
Parameters
| Name | Remarks |
|---|---|
| Index | into string |
operatorint32
Description
Return specific const character from this string
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
const ElementType & operator[]
(
int32 Index
) const
const Character at Index
Parameters
| Name | Remarks |
|---|---|
| Index | into string |