FEditorClassUtils::GetDocumentationPage

Gets the page that documentation for this class is contained on

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::GetDocumentationPage
    (
        const UClass * Class
    )
}

Remarks

Gets the page that documentation for this class is contained on

Returns

Path to the documentation page

Parameters

Parameter

Description

InClass

Class we want to find the documentation page of

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