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

#include <StructSerializerTestTypes.h>

Public Member Functions

 FStructSerializerNonLWCTypesTest ()
 
 FStructSerializerNonLWCTypesTest (ENoInit)
 

Public Attributes

FVector3f Vector
 
FVector2f Vector2D
 
FVector4f Vector4
 
FMatrix44f Matrix
 
FPlane4f Plane
 
FQuat4f Quat
 
FRotator3f Rotator
 
FTransform3f Transform
 
FBox3f Box
 
FBox2f Box2D
 
FBoxSphereBounds3f BoxSphereBounds
 
FOrientedBoxFloat OrientedBox
 
float Float
 
double Double
 
TArray< FVector3fVectorArray
 
TMap< FString, FVector3fStrToVec
 
TSet< FVector3fVectorSet
 

Detailed Description

Test structure for Non-LWC version of built in types.

See also
NoExportTypes.h

Constructor & Destructor Documentation

◆ FStructSerializerNonLWCTypesTest() [1/2]

FStructSerializerNonLWCTypesTest::FStructSerializerNonLWCTypesTest ( )
inline

Default constructor.

◆ FStructSerializerNonLWCTypesTest() [2/2]

FStructSerializerNonLWCTypesTest::FStructSerializerNonLWCTypesTest ( ENoInit  )
inline

Creates an uninitialized instance.

Member Data Documentation

◆ Box

FBox3f FStructSerializerNonLWCTypesTest::Box

◆ Box2D

FBox2f FStructSerializerNonLWCTypesTest::Box2D

◆ BoxSphereBounds

FBoxSphereBounds3f FStructSerializerNonLWCTypesTest::BoxSphereBounds

◆ Double

double FStructSerializerNonLWCTypesTest::Double

◆ Float

float FStructSerializerNonLWCTypesTest::Float

◆ Matrix

FMatrix44f FStructSerializerNonLWCTypesTest::Matrix

◆ OrientedBox

FOrientedBoxFloat FStructSerializerNonLWCTypesTest::OrientedBox

◆ Plane

FPlane4f FStructSerializerNonLWCTypesTest::Plane

◆ Quat

FQuat4f FStructSerializerNonLWCTypesTest::Quat

◆ Rotator

FRotator3f FStructSerializerNonLWCTypesTest::Rotator

◆ StrToVec

TMap<FString, FVector3f> FStructSerializerNonLWCTypesTest::StrToVec

◆ Transform

FTransform3f FStructSerializerNonLWCTypesTest::Transform

◆ Vector

FVector3f FStructSerializerNonLWCTypesTest::Vector

◆ Vector2D

FVector2f FStructSerializerNonLWCTypesTest::Vector2D

◆ Vector4

FVector4f FStructSerializerNonLWCTypesTest::Vector4

◆ VectorArray

TArray<FVector3f> FStructSerializerNonLWCTypesTest::VectorArray

◆ VectorSet

TSet<FVector3f> FStructSerializerNonLWCTypesTest::VectorSet

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