Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > ISourceCodeNavigationHandler
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
Include | #include "SourceCodeNavigation.h" |
virtual bool CanNavigateToProperty
&40;
const FProperty &42; InProperty
&41;
Remarks
Determines whether it is possible to navigate to the FProperty using this handler. True if the property can be handled by this handler.
Parameters
Name | Description |
---|---|
InProperty | Property to inspect |