Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailsDisplayManager
Description
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
| Name | SetIsScrollBarNeeded |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailsDisplayManager.h |
| Include Path | #include "DetailsDisplayManager.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsDisplayManager.cpp |
virtual void SetIsScrollBarNeeded
(
bool bInIsScrollBarNeeded
)
Parameters
| Name | Remarks |
|---|---|
| bInIsScrollBarNeeded | a bool indicating whether or not the scrollbar is Needed on the details view |