Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FOptionalSize
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates an unspecified size. | Types/SlateStructs.h | ||
FOptionalSize
(
const float SpecifiedSize |
Creates a size with the specified value. | Types/SlateStructs.h | |
FOptionalSize
(
const TOptional< float >& OptionalSize |
Creates a size with the TOptional value. | Types/SlateStructs.h |
FOptionalSize()
Description
Creates an unspecified size.
| Name | FOptionalSize |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h |
| Include Path | #include "Types/SlateStructs.h" |
FOptionalSize()
FOptionalSize(const float)
Description
Creates a size with the specified value.
| Name | FOptionalSize |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h |
| Include Path | #include "Types/SlateStructs.h" |
FOptionalSize
(
const float SpecifiedSize
)
Parameters
| Name | Remarks |
|---|---|
| SpecifiedSize | The size to set. |
FOptionalSize(const TOptional< float > &)
Description
Creates a size with the TOptional value.
| Name | FOptionalSize |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h |
| Include Path | #include "Types/SlateStructs.h" |
FOptionalSize
(
const TOptional < float > & OptionalSize
)
Parameters
| Name | Remarks |
|---|---|
| OptionalSize | The optional size to set. |