![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SLinkedBox.h>
Inheritance diagram for FLinkedBoxManager:Protected Attributes | |
| uint32 | SlateApplicationDrawIdLastCached = 0 |
| FVector2D | CachedUniformSize |
Additional Inherited Members | |
Protected Member Functions inherited from TSharedFromThis< FLinkedBoxManager > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Static Protected Member Functions inherited from TSharedFromThis< FLinkedBoxManager > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
Manages a group of SLinkedBoxes that report the same size based on the largest size of any LinkedBoxes in this managed group.
FLinkedBoxManager needs to be created and passed to each LinkedBox during construction.
| FLinkedBoxManager::FLinkedBoxManager | ( | ) |
| FLinkedBoxManager::~FLinkedBoxManager | ( | ) |
| FVector2D FLinkedBoxManager::GetUniformCellSize | ( | ) | const |
| void FLinkedBoxManager::RegisterLinkedBox | ( | SLinkedBox * | InBox | ) |
| void FLinkedBoxManager::UnregisterLinkedBox | ( | SLinkedBox * | InBox | ) |
|
mutableprotected |
|
mutableprotected |