To generate a #include statement, highlight a class name and press ctrl+m then ctrl+i or click on tools/Get Include Path. To go to documentation, highlight a class name and press ctrl+m then ctrl+d or click on tools/Go To Documentation To set the path of your unreal engine installation, go to tools/options/UnrealDocumentationTool. The extension works by finding the folder path to the corresponding header file so this is extremely important. The path should point to \Engine\Source\Runtime\Engine\Classes. The default is C:\Program Files\Epic Games\UE_5.0\Engine\Source\Runtime\Engine\Classes\ The option "Replace Highlighted Class" decides whether to replace the highlighted selection with the #include statement or to just insert it after it. The option is located at tools/options/UnrealDocumentationTool and the default is true |