Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderTargetBindingSlots > API/Runtime/RenderCore/FRenderTargetBindingSlots/op_subscript
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterMacros.h |
| Include | #include "ShaderParameterMacros.h" |
FRenderTargetBinding & operator&91;&93;
&40;
uint32 Index
&41;
Remarks
Accessors for regular output to simplify the syntax to:
FRenderTargetParameters PassParameters; PassParameters.RenderTargets.DepthStencil = ... ; PassParameters.RenderTargets[0] = ... ;