Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/SSceneOutliner
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.
Virtual Inheritance
- ISceneOutliner::SetNextUIRefreshDelay → SSceneOutliner::SetNextUIRefreshDelay
| Name | SetNextUIRefreshDelay |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp |
virtual void SetNextUIRefreshDelay
(
float InDelay
)