![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ElementLinearization.h>
Public Member Functions | |
| TVector2Arrays (int32 Size) | |
| TVector2Arrays () | |
| void | SetZero (int32 NumElements) |
| bool | bHasSize (int32 Size) const |
| int32 | Num () const |
| RealType | X (int32 i) const |
| RealType | Y (int32 i) const |
| void | SetX (int32 i, const RealType &Value) |
| void | SetY (int32 i, const RealType &Value) |
| void | SetXY (int32 i, const UE::Math::TVector2< RealType > &Value) |
Protected Attributes | |
| TArray< RealType > | XVector |
| TArray< RealType > | YVector |
Structure-of-Array (SoA) storage for a list of 2-vectors
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |