![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Regex.h>
Public Member Functions | |
| CORE_API | FRegexPattern (const FString &SourceString, ERegexPatternFlags Flags=ERegexPatternFlags::None) |
| FRegexPattern (const FRegexPattern &)=default | |
| FRegexPattern & | operator= (const FRegexPattern &)=default |
| FRegexPattern (FRegexPattern &&)=default | |
| FRegexPattern & | operator= (FRegexPattern &&)=default |
Friends | |
| class | FRegexMatcher |
Implements a regular expression pattern.
|
explicit |
|
default |
|
default |
|
default |
|
default |
|
friend |