Navigation
Unreal Engine C++ API Reference > Runtime > RenderCore
Inheritance Hierarchy
- TStaticArray
- TShaderResourceParameterArray
References
Module | RenderCore |
Header | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterMacros.h |
Include | #include "ShaderParameterMacros.h" |
Syntax
template<typename TElement, uint32 NumElements>
class TShaderResourceParameterArray : public TStaticArray< TElement, NumElements, sizeof(uint64) >
Remarks
Static array of shader resource shader that is initialized to nullptr.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |