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 CanNavigateToFunction
&40;
const UFunction &42; InFunction
&41;
Remarks
Determines whether it is possible to navigate to the UFunction using this handler. True if the function can be handled by this handler.
Parameters
| Name | Description |
|---|---|
| InFunction | Function to inspect |