FSourceCodeNavigation::NavigateToFunction

Navigates asynchronously to the [UFunction](API\Runtime\CoreUObject\UObject\UFunction) in IDE

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "SourceCodeNavigation.h"

Source

/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp

Syntax

static bool NavigateToFunction
(
    const UFunction * InFunction
)

Remarks

Navigates asynchronously to the UFunction in IDE

Returns

Whether the navigation was successful or not

Parameters

Parameter

Description

InFunction

UFunction to navigate to in source code

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