UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ICURegex.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6#include "Containers/Set.h"
9
10#if UE_ENABLE_ICU
12 #include <unicode/regex.h>
14
19{
20public:
21 static void Create();
22 static void Destroy();
23 static bool IsInitialized();
24 static FICURegexManager& Get();
25
28
29 TWeakPtr<icu::RegexMatcher> CreateRegexMatcher(const icu::RegexPattern* InPattern, const icu::UnicodeString* InInputString);
31
32private:
33 static FICURegexManager* Singleton;
34
37
40};
41
42#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::FPlatformRecursiveMutex FCriticalSection
Definition CriticalSection.h:53
#define THIRD_PARTY_INCLUDES_START
Definition GenericPlatformCompilerPreSetup.h:63
Definition SharedPointer.h:1295
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426
Definition Voronoi.cpp:10