Navigation
Unreal Engine C++ API Reference > Runtime > Core
Inheritance Hierarchy
- FTaskTagScope
- FOptionalTaskTagScope
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
Include | #include "CoreGlobals.h" |
Syntax
class FOptionalTaskTagScope : public FTaskTagScope
Remarks
This class can be used to Tag an execution context but only in case it has not already been tagged It is usually used for the IsInRendering/GamethreadFunctions.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FOptionalTaskTagScope
(
ETaskTag InTag |