Ark Server API (ASA) - Wiki
|
#include <CoreGlobals.h>
Public Member Functions | |
FOptionalTaskTagScope (ETaskTag InTag=ETaskTag::ENone) | |
Public Member Functions inherited from FTaskTagScope | |
FTaskTagScope (ETaskTag InTag=ETaskTag::ENone) | |
~FTaskTagScope () | |
Additional Inherited Members | |
Static Public Member Functions inherited from FTaskTagScope | |
static void | SetTagNone () |
static void | SetTagStaticInit () |
static ETaskTag | SwapTag (ETaskTag Tag) |
static ETaskTag | GetCurrentTag () |
static bool | IsCurrentTag (ETaskTag InTag) |
static bool | IsRunningDuringStaticInit () |
Protected Member Functions inherited from FTaskTagScope | |
FTaskTagScope (bool InTagOnlyIfNone, ETaskTag InTag) | |
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.
CtorSignature | InTag the Tag to use |
Definition at line 656 of file CoreGlobals.h.
|
inline |