> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Inworld Edge Is Data Type

[Overview](../overview) > [Inworld Edge](./InworldEdge) > Inworld Edge Is Data Type

**Class:** `UInworldEdge_IsDataType` | **Inherits from:** `UInworldEdge_WithCondition`

Represents an edge with a specific data type as its evaluation condition. This class allows for the creation and evaluation of edges in a graph with a condition that checks if the input data matches a specified data type. It extends UInworldEdge\_WithCondition to provide additional functionality related to data type checking. This edge can be created and configured at runtime or within the editor. Users can override its behavior by modifying the MeetsCondition method in derived classes.
