Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FOptionalSize
Description
Gets the value of the size.
Before calling this method, check with IsSet() whether the size is actually specified. Unspecified sizes a value of -1.0f will be returned.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h |
| Include Path | #include "Types/SlateStructs.h" |
float Get() const
See Also
- IsSet