Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGPUMask
| Name | FIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/MultiGPU.h |
| Include Path | #include "MultiGPU.h" |
Syntax
struct FIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIterator
(
const uint32 InGPUMask |
MultiGPU.h | ||
FIterator
(
FRHIGPUMask InGPUMask |
MultiGPU.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GPUMask | uint32 | NOTE: we cannot remove this in single GPU mode since we need to actually iterate once. | MultiGPU.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
MultiGPU.h | ||
bool operator!() |
MultiGPU.h | ||
bool operator!=
(
const FIterator& Rhs |
MultiGPU.h | ||
uint32 operator*() |
MultiGPU.h | ||
FIterator & operator++() |
MultiGPU.h | ||
FIterator operator++
(
int |
MultiGPU.h |