UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VectorVMPlatformBase.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
VectorVM.h
"
6
#include "
Math/VectorRegister.h
"
7
8
struct
FVVM_VUI4
9
{
10
union
11
{
12
VectorRegister4i
v
;
13
uint32
u4
[4];
14
int32
i4
[4];
15
};
16
};
17
18
19
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
VectorRegister.h
VectorVM.h
uint32
uint32_t uint32
Definition
binka_ue_file_header.h:6
FVVM_VUI4
Definition
VectorVMPlatformBase.h:9
FVVM_VUI4::i4
int32 i4[4]
Definition
VectorVMPlatformBase.h:14
FVVM_VUI4::v
VectorRegister4i v
Definition
VectorVMPlatformBase.h:12
FVVM_VUI4::u4
uint32 u4[4]
Definition
VectorVMPlatformBase.h:13
VectorRegister4Int
Definition
UnrealMathFPU.h:28
Engine
Source
Runtime
VectorVM
Private
Platforms
VectorVMPlatformBase.h
Generated by
1.9.8