Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include | #include "Misc/Crc.h" |
const TCHAR * ToCStr
(
const TCHAR * Ptr
)
Remarks
Gets a non-owning TCHAR pointer from a string type.
Can be used generically to get a const TCHAR*, when it is not known if the argument is a TCHAR* or an FString:
template