Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SSplitter
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
| Include | #include "Widgets/Layout/SSplitter.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp |
float ClampChild
(
const FSlot & ChildSlot,
float ProposedSize
) const
A size that is clamped against the minimum size allowed for children.
Parameters
| Name | Description |
|---|---|
| ProposedSize | A size that a child would like to be |