![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <JsonStringifyImpl.h>
Public Member Functions | |
| FJsonStringifyImpl (TConstArrayView< const UObject * > Roots, const FJsonStringifyOptions &Options) | |
| FUtf8String | ToJson () |
| void | WriteObjectAsJsonToWriter (const UObject *OwningObject, const UObject *InObject, TSharedRef< FJsonWriter > WriterToUse) |
| void | WriteObjectAsJsonToArchive (const UObject *OwningObject, const UObject *InObject, FArchive *ArchiveToUse, int32 InitialIndentLevel) |
| void | WriteFieldReferenceTo (const UObject *OwningObject, const FField *Value, TSharedRef< FJsonWriter > WriterToUse) |
| UE::Private::FJsonStringifyImpl::FJsonStringifyImpl | ( | TConstArrayView< const UObject * > | Roots, |
| const FJsonStringifyOptions & | Options | ||
| ) |
| FUtf8String UE::Private::FJsonStringifyImpl::ToJson | ( | ) |
| void UE::Private::FJsonStringifyImpl::WriteFieldReferenceTo | ( | const UObject * | OwningObject, |
| const FField * | Value, | ||
| TSharedRef< FJsonWriter > | WriterToUse | ||
| ) |
| void UE::Private::FJsonStringifyImpl::WriteObjectAsJsonToArchive | ( | const UObject * | OwningObject, |
| const UObject * | InObject, | ||
| FArchive * | ArchiveToUse, | ||
| int32 | InitialIndentLevel | ||
| ) |
| void UE::Private::FJsonStringifyImpl::WriteObjectAsJsonToWriter | ( | const UObject * | OwningObject, |
| const UObject * | InObject, | ||
| TSharedRef< FJsonWriter > | WriterToUse | ||
| ) |