GameplayTestStateInspectorEntry: {
    functionName: string;
    kind: "boolean" | "number" | "string";
    name: string;
}

One readable state entry, derived by the editor from an extension's own declarations: name is the event-sheet name of a condition or expression ('IsOnFloor', 'CurrentSpeed', 'PropertyHealth'...) and functionName the runtime method evaluating it.

Type declaration

  • functionName: string
  • kind: "boolean" | "number" | "string"
  • name: string