FMassInt16Real10

Float encoded in int16, 10cm accuracy.

Choose your operating system:

Windows

macOS

Linux

References

Module

MassCommon

Header

/Engine/Plugins/Runtime/MassGameplay/Source/MassCommon/Public/MassCommonTypes.h

Include

#include "MassCommonTypes.h"

Syntax

USTRUCT()
struct FMassInt16Real10

Remarks

Float encoded in int16, 10cm accuracy.

Variables

Name Description

Protected variable UProperty Transient

int16

 

Value

Constructors

Name Description

Public function

FMassInt16Real10()

Public function

FMassInt16Real10

(
    const float InValue
)

Functions

Name Description

Public function Const

float

 

Get()

Public function

void

 

Set

(
    const float InValue
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FMassInt16Real10 RHS
)

Public function Const

bool

 

operator<

(
    const FMassInt16Real10 RHS
)

Public function Const

bool

 

operator<=

(
    const FMassInt16Real10 RHS
)

Public function Const

bool

 

operator==

(
    const FMassInt16Real10 RHS
)

Public function Const

bool

 

operator>

(
    const FMassInt16Real10 RHS
)

Public function Const

bool

 

operator>=

(
    const FMassInt16Real10 RHS
)

Constants

Name

Description

Scale