ISourceCodeNavigationHandler::CanNavigateToFunction

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

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "SourceCodeNavigation.h"

Syntax

virtual bool CanNavigateToFunction
(
    const UFunction * InFunction
)

Remarks

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

Returns

True if the function can be handled by this handler.

Parameters

Parameter

Description

InFunction

Function 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