UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStructSerializerMapTestStruct Struct Reference

#include <StructSerializerTestTypes.h>

Public Member Functions

 FStructSerializerMapTestStruct ()
 
 FStructSerializerMapTestStruct (ENoInit)
 

Public Attributes

TMap< int32, FString > IntToStr
 
TMap< FString, FString > StrToStr
 
TMap< FString, FVectorStrToVec
 
TMap< FString, FStructSerializerBuiltinTestStructStrToStruct
 

Detailed Description

Test structure for map properties.

Constructor & Destructor Documentation

◆ FStructSerializerMapTestStruct() [1/2]

FStructSerializerMapTestStruct::FStructSerializerMapTestStruct ( )
inline

Default constructor.

◆ FStructSerializerMapTestStruct() [2/2]

FStructSerializerMapTestStruct::FStructSerializerMapTestStruct ( ENoInit  )
inline

Creates an uninitialized instance.

Member Data Documentation

◆ IntToStr

TMap<int32, FString> FStructSerializerMapTestStruct::IntToStr

◆ StrToStr

TMap<FString, FString> FStructSerializerMapTestStruct::StrToStr

◆ StrToStruct

TMap<FString, FStructSerializerBuiltinTestStruct> FStructSerializerMapTestStruct::StrToStruct

◆ StrToVec

TMap<FString, FVector> FStructSerializerMapTestStruct::StrToVec

The documentation for this struct was generated from the following file: