Navigation
API > API/Plugins > API/Plugins/IntroTutorials > API/Plugins/IntroTutorials/IIntroTutorials
References
| Module | IntroTutorials |
| Header | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/IIntroTutorials.h |
| Include | #include "IIntroTutorials.h" |
void RegisterCategory
&40;
FTutorialCategory NewCategory
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| InTutorialCategory | The new category |