Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE_FORCEINLINE_HINTDataType & GetCharArray () |
Get string as array of TCHARS | ||
UE_FORCEINLINE_HINT const DataType & GetCharArray () |
Get string as const array of TCHARS |
GetCharArray()
Warnings * Operations on the TArray<*CHAR> can be unsafe, such as adding non-terminating 0's or removing the terminating zero.
Description
- Get string as array of TCHARS
-
Operations on the TArray<*CHAR> can be unsafe, such as adding non-terminating 0's or removing the terminating zero.
| Name | GetCharArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
UE_FORCEINLINE_HINTDataType & GetCharArray()
GetCharArray()
Description
Get string as const array of TCHARS
| Name | GetCharArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
UE_FORCEINLINE_HINT const DataType & GetCharArray() const