Navigation
API > API/Plugins > API/Plugins/MassCommon
References
| Module | MassCommon |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassCommon/Public/MassCommonTypes.h |
| Include | #include "MassCommonTypes.h" |
Syntax
USTRUCT&40;&41;
struct FMassInt16Real
Remarks
Float encoded in int16, 1cm accuracy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int16 | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassInt16Real
(
const float InValue |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMassInt16Real RHS |
||
| bool | operator<
(
const FMassInt16Real RHS |
||
| bool | operator<=
(
const FMassInt16Real RHS |
||
| bool | operator==
(
const FMassInt16Real RHS |
||
| bool | operator>
(
const FMassInt16Real RHS |
||
| bool | operator>=
(
const FMassInt16Real RHS |