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.