Navigation
API > API/Plugins > API/Plugins/IntroTutorials > API/Plugins/IntroTutorials/IIntroTutorials
Description
Register a new category with the tutorial browser. Categories are automatically created when tutorial blueprints are discovered, but this will allow you to apply some customization for tutorial categories defined by plugins
| Name | RegisterCategory |
| Type | function |
| Header File | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/IIntroTutorials.h |
| Include Path | #include "IIntroTutorials.h" |
void RegisterCategory
(
FTutorialCategory NewCategory
)
Parameters
| Name | Remarks |
|---|---|
| InTutorialCategory | The new category |