FEditorClassUtils::GetDocumentationExcerpt

Gets the excerpt to use for this class Excerpt will be contained on the page returned by GetDocumentationPage

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

Remarks

Gets the excerpt to use for this class Excerpt will be contained on the page returned by GetDocumentationPage

Returns

Name of the to the documentation excerpt

Parameters

Parameter

Description

InClass

Class we want to find the documentation excerpt 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