FMassInt16Real

Float encoded in int16, 1cm 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 FMassInt16Real

Remarks

Float encoded in int16, 1cm accuracy.

Variables

Name Description

Protected variable UProperty Transient

int16

 

Value

Constructors

Name Description

Public function

FMassInt16Real()

Public function

FMassInt16Real

(
    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 FMassInt16Real RHS
)

Public function Const

bool

 

operator<

(
    const FMassInt16Real RHS
)

Public function Const

bool

 

operator<=

(
    const FMassInt16Real RHS
)

Public function Const

bool

 

operator==

(
    const FMassInt16Real RHS
)

Public function Const

bool

 

operator>

(
    const FMassInt16Real RHS
)

Public function Const

bool

 

operator>=

(
    const FMassInt16Real RHS
)