Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/ISceneOutliner
Description
Set a delay (in seconds) before the the next requested UI refresh executes. Note: This only applies until the next refresh that executes and any subsequent ones will be immediate.
Derived Overrides
| Name | SetNextUIRefreshDelay |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutliner.h |
| Include Path | #include "ISceneOutliner.h" |
void SetNextUIRefreshDelay
(
float InDelay
)