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 NavigateToProperty
&40;
const FProperty &42; InProperty
&41;
Remarks
Asynchronously navigates to a FProperty in an IDE or text editor. True if the property can be handled by this handler.
Parameters
| Name | Description |
|---|---|
| InProperty | Property to which to navigate. |