A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FTransform_NetQuantize Struct ReferenceBlueprintType

USTRUCT(BlueprintType, Category = "VRExpansionLibrary|TransformNetQuantize", meta = (HasNativeMake = "VRExpansionPlugin.VRExpansionFunctionLibrary.MakeTransform_NetQuantize", HasNativeBreak = "VRExpansionPlugin.VRExpansionFunctionLibrary.BreakTransform_NetQuantize")) More...

#include <VRBPDatatypes.h>

Inheritance diagram for FTransform_NetQuantize:
[legend]

Public Member Functions

FORCEINLINE FTransform_NetQuantize ()
 
FORCEINLINE FTransform_NetQuantize (const FMatrix &InMatrix)
 
FORCEINLINE FTransform_NetQuantize (const FQuat &InRotation)
 
FORCEINLINE FTransform_NetQuantize (const FQuat &InRotation, const FVector &InTranslation, const FVector &InScale3D=FVector::OneVector)
 
FORCEINLINE FTransform_NetQuantize (const FRotator &InRotation)
 
FORCEINLINE FTransform_NetQuantize (const FRotator &InRotation, const FVector &InTranslation, const FVector &InScale3D=FVector::OneVector)
 
FORCEINLINE FTransform_NetQuantize (const FTransform &InTransform)
 
FORCEINLINE FTransform_NetQuantize (const FVector &InTranslation)
 
FORCEINLINE FTransform_NetQuantize (const FVector &InX, const FVector &InY, const FVector &InZ, const FVector &InTranslation)
 
FORCEINLINE FTransform_NetQuantize (ENoInit Init)
 
 GENERATED_USTRUCT_BODY ()
 
bool NetSerialize (FArchive &Ar, class UPackageMap *Map, bool &bOutSuccess)
 

Static Public Member Functions

template<uint32 bits>
static bool SerializeQuat_SmallestThree (FArchive &Ar, FQuat &InQuat)
 

Detailed Description

USTRUCT(BlueprintType, Category = "VRExpansionLibrary|TransformNetQuantize", meta = (HasNativeMake = "VRExpansionPlugin.VRExpansionFunctionLibrary.MakeTransform_NetQuantize", HasNativeBreak = "VRExpansionPlugin.VRExpansionFunctionLibrary.BreakTransform_NetQuantize"))

Definition at line 593 of file VRBPDatatypes.h.

Constructor & Destructor Documentation

◆ FTransform_NetQuantize() [1/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( )
inline

Definition at line 597 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [2/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( ENoInit Init)
inlineexplicit

Definition at line 600 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [3/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FVector & InTranslation)
inlineexplicit

Definition at line 603 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [4/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FQuat & InRotation)
inlineexplicit

Definition at line 606 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [5/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FRotator & InRotation)
inlineexplicit

Definition at line 609 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [6/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FQuat & InRotation,
const FVector & InTranslation,
const FVector & InScale3D = FVector::OneVector )
inline

Definition at line 612 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [7/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FRotator & InRotation,
const FVector & InTranslation,
const FVector & InScale3D = FVector::OneVector )
inline

Definition at line 616 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [8/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FTransform & InTransform)
inline

Definition at line 620 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [9/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FMatrix & InMatrix)
inlineexplicit

Definition at line 623 of file VRBPDatatypes.h.

◆ FTransform_NetQuantize() [10/10]

FORCEINLINE FTransform_NetQuantize::FTransform_NetQuantize ( const FVector & InX,
const FVector & InY,
const FVector & InZ,
const FVector & InTranslation )
inline

Definition at line 626 of file VRBPDatatypes.h.

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FTransform_NetQuantize::GENERATED_USTRUCT_BODY ( )

◆ NetSerialize()

bool FTransform_NetQuantize::NetSerialize ( FArchive & Ar,
class UPackageMap * Map,
bool & bOutSuccess )

Definition at line 18 of file VRBPDatatypes.cpp.

Here is the caller graph for this function:

◆ SerializeQuat_SmallestThree()

template<uint32 bits>
static bool FTransform_NetQuantize::SerializeQuat_SmallestThree ( FArchive & Ar,
FQuat & InQuat )
inlinestatic

Definition at line 640 of file VRBPDatatypes.h.


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