![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "HAL/Platform.h"#include "Misc/EnumClassFlags.h"#include "Misc/EnumRange.h"#include "Containers/ArrayView.h"#include "Containers/StaticArray.h"#include "RHIGlobals.h"Go to the source code of this file.
Classes | |
| class | TRHIPipelineArray< ElementType > |
Enumerations | |
| enum class | ERHIPipeline : uint8 { Graphics = 1 << 0 , AsyncCompute = 1 << 1 , None = 0 , All = Graphics | AsyncCompute , Num = 2 } |
Functions | |
| constexpr bool | IsSingleRHIPipeline (ERHIPipeline Pipelines) |
| constexpr uint32 | GetRHIPipelineIndex (ERHIPipeline Pipeline) |
| constexpr uint32 | GetRHIPipelineCount () |
| ERHIPipeline | GetEnabledRHIPipelines () |
|
strong |
|
inline |
|
inlineconstexpr |
|
inlineconstexpr |