ISourceCodeNavigationHandler::CanNavigateToProperty

Determines whether it is possible to navigate to the [FProperty](API\Runtime\CoreUObject\UObject\FProperty) using this handler.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h

Include

#include "SourceCodeNavigation.h"

Syntax

virtual bool CanNavigateToProperty
(
    const FProperty * InProperty
)

Remarks

Determines whether it is possible to navigate to the FProperty using this handler.

Returns

True if the property can be handled by this handler.

Parameters

Parameter

Description

InProperty

Property to inspect

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss