FEditorClassUtils::GetDocumentationLink

Returns the link path to the documentation 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
{
    FString FEditorClassUtils::GetDocumentationLink
    (
        const UClass * Class,
        const FString & OverrideExcerpt
    )
}

Remarks

Returns the link path to the documentation for a given class

Returns

The path to the documentation for the class

Parameters

Parameter

Description

Class

Class we want to build a link for

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