Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Description
Utility to sanitize names provided to FPlatformSystemWideMutex. Sanitization is done in-place and will not change the string length.
| Name | SanitizeSystemWideMutexName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
static void SanitizeSystemWideMutexName
(
FString & InName
)