The set of types offered in the blackboard for variable creation.
Override Graph.BuildAvailableVariableTypes to customize this set. Overriding that method also affects Graph.SupportedTypes, which includes this set. This controls what the UI offers, not what can be created. Variables of any type can still be created programmatically via Graph.CreateVariable regardless of this set.