Go to the source code of this file.
|
| UE_API void | UE::Logging::Private::CreateLogTemplate (const TCHAR *Format, const FLogTemplateOptions &Options, const FLogField *Fields, int32 FieldCount, TFunctionWithContext< void *(int32)> Allocate) |
| |
| UE_API void | UE::Logging::Private::CreateLogTemplate (const UTF8CHAR *Format, const FLogTemplateOptions &Options, const FLogField *Fields, int32 FieldCount, TFunctionWithContext< void *(int32)> Allocate) |
| |
| UE_API void | UE::Logging::Private::CreateLocalizedLogTemplate (const FText &Format, const FLogTemplateOptions &Options, const FLogField *Fields, int32 FieldCount, TFunctionWithContext< void *(int32)> Allocate) |
| |
| UE_API void | UE::Logging::Private::CreateLocalizedLogTemplate (const TCHAR *TextNamespace, const TCHAR *TextKey, const TCHAR *Format, const FLogTemplateOptions &Options, const FLogField *Fields, int32 FieldCount, TFunctionWithContext< void *(int32)> Allocate) |
| |
| UE_API void | UE::Logging::Private::CreateLocalizedLogTemplate (const TCHAR *TextNamespace, const TCHAR *TextKey, const UTF8CHAR *Format, const FLogTemplateOptions &Options, const FLogField *Fields, int32 FieldCount, TFunctionWithContext< void *(int32)> Allocate) |
| |
| UE_API void | UE::Logging::Private::DestroyLogTemplate (FLogTemplate *Template) |
| |
◆ UE_API