FEditorClassUtils::GetSourceLink

Creates a link to the source code or blueprint for a given class

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "EditorClassUtils.h"

Source

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

Syntax

namespace FEditorClassUtils
{
    TSharedRef< SWidget > FEditorClassUtils::GetSourceLink
    (
        const UClass * Class,
        const TWeakObjectPtr< UObject > ObjectWeakPtr
    )
}

Remarks

Creates a link to the source code or blueprint for a given class

Returns

Shared pointer to the constructed tooltip

Parameters

Parameter

Description

Class

Class we want to build a link for

ObjectWeakPtr

Optional object to set blueprint debugging to in the case we are choosing a blueprint

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