FCanvasTriangleRendererItem::IsMatch

Determine if this is a matching set by comparing material,transform. All must match

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Syntax

bool IsMatch
(
    const FMaterialRenderProxy * InMaterialRenderProxy,
    const FCanvas::FTransformEntry & InTransform
)

Remarks

Determine if this is a matching set by comparing material,transform. All must match

Returns

true if the parameters match this render item

Parameters

Parameter

Description

IInMaterialRenderProxy

material proxy resource for the item being rendered

InTransform

the transform for the item being rendered

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