Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
Include | #include "ContentBrowserDataSubsystem.h" |
Syntax
class FScopedSuppressContentBrowserDataTick
Remarks
Helper to suppress Tick events during critical times, when the underlying data should not be updated.
Constructors
Type | Name | Description |
---|---|---|
FScopedSuppressContentBrowserDataTick ( UContentBrowserDataSubsystem* ... ) | ||
FScopedSuppressContentBrowserDataTick ( const FScopedSuppressContentBrowser... ) |
Destructors
Type | Name | Description |
---|---|---|
~FScopedSuppressContentBrowserDataTick () |
Operators
Type | Name | Description |
---|---|---|
FScopedSuppr... | operator= ( const FScopedSuppressContentBrowser... ) |