Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasBatchedElementRenderItem
Description
Determine if this is a matching set by comparing texture,blendmode,elementype,transform. All must match
| Name | IsMatch |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasBatchedElementRenderItem.h |
| Include Path | #include "CanvasBatchedElementRenderItem.h" |
bool IsMatch
(
FBatchedElementParameters * BatchedElementParameters,
const FTexture * InTexture,
ESimpleElementBlendMode InBlendMode,
FCanvas::EElementType InElementType,
const FCanvas::FTransformEntry & InTransform,
const FDepthFieldGlowInfo & InGlowInfo
)
true if the parameters match this render item
Parameters
| Name | Remarks |
|---|---|
| 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 |