![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FCompressionSettings |
| class | FImportTypeHierarchy |
| struct | FTypeResource |
| struct | TCbJsonWriterConstants |
| struct | TCbJsonWriterConstants< ANSICHAR > |
| struct | TCbJsonWriterConstants< UTF8CHAR > |
| struct | TCbJsonWriterConstants< WIDECHAR > |
Functions | |
| template<typename CharType > | |
| void | AppendQuotedJsonString (TStringBuilderBase< CharType > &Builder, FUtf8StringView Value) |
| template void | AppendQuotedJsonString< UTF8CHAR > (FUtf8StringBuilderBase &Builder, FUtf8StringView Value) |
| template void | AppendQuotedJsonString< WIDECHAR > (FWideStringBuilderBase &Builder, FUtf8StringView Value) |
| void | LogFieldTooLargeForArrayWarning (uint64 FieldLength) |
| FArchive & | operator<< (FArchive &Ar, FTypeResource &TypeResource) |
| void | operator<< (FStructuredArchive::FSlot Slot, FTypeResource &TypeResource) |
| FArchive & | operator<< (FArchive &Ar, FImportTypeHierarchy &I) |
| void | operator<< (FStructuredArchive::FSlot Slot, FImportTypeHierarchy &I) |
| void UE::Serialization::Private::AppendQuotedJsonString | ( | TStringBuilderBase< CharType > & | Builder, |
| FUtf8StringView | Value | ||
| ) |
| template void UE::Serialization::Private::AppendQuotedJsonString< UTF8CHAR > | ( | FUtf8StringBuilderBase & | Builder, |
| FUtf8StringView | Value | ||
| ) |
| template void UE::Serialization::Private::AppendQuotedJsonString< WIDECHAR > | ( | FWideStringBuilderBase & | Builder, |
| FUtf8StringView | Value | ||
| ) |
Utility for logging problems with FCbField. For internal use only
| FArchive & UE::Serialization::Private::operator<< | ( | FArchive & | Ar, |
| FImportTypeHierarchy & | I | ||
| ) |
I/O functions
| FArchive & UE::Serialization::Private::operator<< | ( | FArchive & | Ar, |
| FTypeResource & | TypeResource | ||
| ) |
I/O functions
| void UE::Serialization::Private::operator<< | ( | FStructuredArchive::FSlot | Slot, |
| FImportTypeHierarchy & | I | ||
| ) |
| void UE::Serialization::Private::operator<< | ( | FStructuredArchive::FSlot | Slot, |
| FTypeResource & | TypeResource | ||
| ) |