<Code Lib>
2023 Method
Changes 2
M

Category.IsBuiltInCategory

Description:
Checks whether a ForgeTypeId identifies a built-in category.
Remarks:
A ForgeTypeId identifies a built-in category if it corresponds to a valid BuiltInCategory value according to Category.IsBuiltInCategoryValid(BuiltInCategory) and Category.GetBuiltInCategoryTypeId(BuiltInCategory).

public static bool IsBuiltInCategory(
	ForgeTypeId categoryTypeId
)

Return Value bool True if the ForgeTypeId identifies a built-in category, false otherwise.

Loading…