![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateStructs.h>
Public Member Functions | |
| FOptionalSize () | |
| FOptionalSize (const float SpecifiedSize) | |
| FOptionalSize (const TOptional< float > &OptionalSize) | |
| bool | IsSet () const |
| float | Get () const |
| bool | operator== (const FOptionalSize &Other) const |
Structure for optional floating point sizes.
|
inline |
Creates an unspecified size.
|
inline |
Creates a size with the specified value.
| SpecifiedSize | The size to set. |
Creates a size with the TOptional value.
| OptionalSize | The optional size to set. |
|
inline |
|
inline |
Checks whether the size is set.
|
inline |
Compare one optional size to another for equality