Navigation
API > API/Runtime > API/Runtime/RHI
Helper for acquiring and releasing thread ownership of the RHI within a scope. For private use by the RHI and render thread management code only.
| Name | FScopedRHIThreadOwnership |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
Syntax
struct FScopedRHIThreadOwnership
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedRHIThreadOwnership
(
bool bCondition |
DynamicRHI.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedRHIThreadOwnership() |
DynamicRHI.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCondition | bool const | DynamicRHI.h |