Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailsDisplayManager
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailsDisplayManager.h |
| Include | #include "DetailsDisplayManager.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsDisplayManager.cpp |
virtual void SetIsScrollBarNeeded
(
bool bInIsScrollBarNeeded
)
Remarks
Set a bool indicating whether or not the scrollbar is needed on the details view. Note that the "needed" here means that in this value the work has been done to figure out if the scrollbar should show, and anything can query this to see if it needs to alter the display accordingly
Parameters
| Name | Description |
|---|---|
| bInIsScrollBarNeeded | a bool indicating whether or not the scrollbar is Needed on the details view |