Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString > API/Runtime/Core/Containers/FString/GetCharArray
Warnings * Operations on the TArray<*CHAR> can be unsafe, such as adding non-terminating 0's or removing the terminating zero.
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
DataType & GetCharArray&40;&41;
Remarks
- 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.