Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ISourceCodeNavigationHandler
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
| Include | #include "SourceCodeNavigation.h" |
virtual bool CanNavigateToClass
&40;
const UClass &42; InClass
&41;
Remarks
Determines whether it is possible to navigate to the UClass using this handler. True if the class can be handled by this handler.
Parameters
| Name | Description |
|---|---|
| InClass | Class to inspect |