Unreal Math: FVector2DHalf

 
 
struct FVector2DHalf 
{
	/** Holds the vector's X-component. */
	FFloat16 X;

	/** Holds the vector's Y-component. */
	FFloat16 Y;
}

Similar FVector2D, just type the member replaced FFloat16.

Guess you like

Origin www.cnblogs.com/haisong1991/p/11273228.html