UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructuredArchiveContainer.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// HEADER_UNIT_SKIP - Internal
6
9#include "Containers/Set.h"
11
12#if WITH_TEXT_ARCHIVE_SUPPORT
13
15
16#if DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS
17
18struct FStructuredArchive::FContainer
19{
20 int Index = 0;
21 int Count = 0;
22 bool bAttributedValueWritten = false;
23
24#if DO_STRUCTURED_ARCHIVE_UNIQUE_FIELD_NAME_CHECKS
26#endif
27
28 explicit FContainer(int InCount)
29 : Count(InCount)
30 {
31 }
32};
33#endif
34
35#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
U16 Index
Definition radfft.cpp:71