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