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 FMassInt16Vector
Remarks
Vector encoded in int16, 1cm accuracy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int16 | X | ||
| int16 | Y | ||
| int16 | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassInt16Vector
(
const FVector& InVector |