Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasBatchedElementRenderItem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasBatchedElementRenderItem.h |
| Include | #include "CanvasBatchedElementRenderItem.h" |
bool IsMatch
&40;
FBatchedElementParameters &42; BatchedElementParameters,
const FTexture &42; InTexture,
ESimpleElementBlendMode InBlendMode,
FCanvas::EElementType InElementType,
const FCanvas::FTransformEntry & InTransform,
const FDepthFieldGlowInfo & InGlowInfo
&41;
Remarks
Determine if this is a matching set by comparing texture,blendmode,elementype,transform. All must match true if the parameters match this render item
Parameters
| Name | Description |
|---|---|
| BatchedElementParameters | parameters for this batched element |
| InTexture | texture resource for the item being rendered |
| InBlendMode | current alpha blend mode |
| InElementType | type of item being rendered: triangle,line,etc |
| InTransform | the transform for the item being rendered |
| InGlowInfo | the depth field glow of the item being rendered |