FSourceCodeNavigation::FindClassHeaderPath

Finds the path to a given class header. Does not rely on symbols; finds matching .build.cs files.

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 FindClassHeaderPath
(
    const UField * InField,
    FString & OutClassHeaderPath
)

Remarks

Finds the path to a given class header. Does not rely on symbols; finds matching .build.cs files.

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