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