Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h |
| Include | #include "EditorClassUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp |
namespace FEditorClassUtils
{
FString FEditorClassUtils::GetDocumentationPage
(
const UClass * Class
)
}
Remarks
Gets the page that documentation for this class is contained on Path to the documentation page
Parameters
| Name | Description |
|---|---|
| InClass | Class we want to find the documentation page of |