Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SScrollBarTrack
Description
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. See StackPanel for an example.
Virtual Inheritance
- SWidget::ComputeDesiredSize → SPanel::ComputeDesiredSize → SScrollBarTrack::ComputeDesiredSize
| Name | ComputeDesiredSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBarTrack.h |
| Include Path | #include "Widgets/Layout/SScrollBarTrack.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBarTrack.cpp |
virtual FVector2D ComputeDesiredSize
(
float
) const
The desired size.