Navigation
API > API/Runtime > API/Runtime/Core
Used to push an execution resource on the stack-frame that can be retrieved by FExecutionResourceContext::Get().
| Name | FExecutionResourceContextScope |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Misc/ExecutionResource.h |
| Include Path | #include "Experimental/Misc/ExecutionResource.h" |
Syntax
class FExecutionResourceContextScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExecutionResourceContextScope
(
TRefCountPtr< IExecutionResource > InExecutionResource |
Experimental/Misc/ExecutionResource.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FExecutionResourceContextScope() |
Experimental/Misc/ExecutionResource.h |