ISourceCodeNavigationHandler::NavigateToProperty

Asynchronously navigates to a [FProperty](API\Runtime\CoreUObject\UObject\FProperty) in an IDE or text editor.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "SourceCodeNavigation.h"

Syntax

virtual bool NavigateToProperty
(
    const FProperty * InProperty
)

Remarks

Asynchronously navigates to a FProperty in an IDE or text editor.

Returns

True if the property can be handled by this handler.

Parameters

Parameter

Description

InProperty

Property to which to navigate.

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