Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FSourceCodeNavigation
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
| Include | #include "SourceCodeNavigation.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp |
static bool CanNavigateToProperty
&40;
const FProperty &42; InProperty
&41;
Remarks
Determines whether it is possible to navigate to the FProperty in the IDE Whether the navigation is likely to be successful or not
Parameters
| Name | Description |
|---|---|
| InProperty | FProperty to navigate to in source code |