Navigation
API > API/Runtime > API/Runtime/SlateCore
Structure for deprecating FBox2D to FBox2f
| Name | FDeprecateBox2D |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h |
| Include Path | #include "Types/SlateBox2.h" |
Syntax
struct FDeprecateBox2D
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/SlateBox2.h | |||
FDeprecateBox2D
(
const FBox2f& InValue |
Types/SlateBox2.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FBox2f | Types/SlateBox2.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FBox2d() |
Types/SlateBox2.h | ||
operator FBox2f() |
Types/SlateBox2.h | ||
bool operator!=
(
const FBox2d& Other |
Types/SlateBox2.h | ||
bool operator!=
(
const FBox2f& Other |
Types/SlateBox2.h | ||
bool operator==
(
const FBox2d& Other |
Types/SlateBox2.h | ||
bool operator==
(
const FBox2f& Other |
Types/SlateBox2.h |