TShaderResourceParameterArray

Static array of shader resource shader that is initialized to nullptr.

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss