Class IOExtension

IOExtension class

Utilities to write matrix/vector to binary writer

public static class IOExtension

Methods

NameDescription
static Write(this BinaryWriter, FMatrix4)Write the matrix to the binary writer
static Write(this BinaryWriter, FVector2)Write the vector to the binary writer
static Write(this BinaryWriter, FVector3)Write the vector to the binary writer
static Write(this BinaryWriter, FVector4)Write the vector to the binary writer
static Write(this BinaryWriter, Matrix4)Write the matrix to the binary writer
static Write(this BinaryWriter, Vector2)Write the vector to the binary writer
static Write(this BinaryWriter, Vector3)Write the vector to the binary writer
static Write(this BinaryWriter, Vector4)Write the vector to the binary writer

See Also