FSourceCodeNavigation::CanNavigateToStruct

Determines whether it is possible to navigate to the [UScriptStruct](API\Runtime\CoreUObject\UObject\UScriptStruct) in the 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 CanNavigateToStruct
(
    const UScriptStruct * InStruct
)

Remarks

Determines whether it is possible to navigate to the UScriptStruct in the IDE

Returns

Whether the navigation is likely to be successful or not

Parameters

Parameter

Description

InStruct

UScriptStruct 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