Navigation
API > API/Runtime > API/Runtime/Core
| Name | FDFVector2 |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/DoubleFloat.h |
| Include Path | #include "Math/DoubleFloat.h" |
Syntax
struct FDFVector2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDFVector2 () |
Math/DoubleFloat.h | ||
FDFVector2
(
const UE::Math::TVector2< TInputScalar >& In |
Math/DoubleFloat.h | ||
FDFVector2
(
FVector2f High, |
Math/DoubleFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| High | FVector2f | Math/DoubleFloat.h | ||
| Low | FVector2f | Math/DoubleFloat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2d GetVector2d() |
Math/DoubleFloat.h | ||
FDFScalar X() |
Math/DoubleFloat.h | ||
FDFScalar Y() |
Math/DoubleFloat.h |