Navigation
API > API/Editor > API/Editor/Documentation
| Name | IDocumentation |
| Type | class |
| Header File | /Engine/Source/Editor/Documentation/Public/IDocumentation.h |
| Include Path | #include "IDocumentation.h" |
Syntax
class IDocumentation
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< class SWidget > CreateAnchor
(
const TAttribute< FString >& Link, |
IDocumentation.h | ||
TSharedRef< class SToolTip > CreateToolTip
(
const TAttribute< FText >& Text, |
IDocumentation.h | ||
TSharedRef< class SToolTip > CreateToolTip
(
const TAttribute< FText >& Text, |
IDocumentation.h | ||
TSharedRef< class SToolTip > CreateToolTip
(
const TAttribute< FText >& Text, |
IDocumentation.h | ||
| IDocumentation.h | |||
TSharedRef< class IDocumentationPage > GetPage
(
const FString& Link, |
IDocumentation.h | ||
| IDocumentation.h | |||
bool Open
(
const FString& Link, |
IDocumentation.h | ||
bool Open
(
const FString& Link, |
IDocumentation.h | ||
bool OpenAPIHome
(
FDocumentationSourceInfo Source |
IDocumentation.h | ||
bool OpenHome
(
const FCultureRef& Culture, |
IDocumentation.h | ||
bool OpenHome
(
FDocumentationSourceInfo Source, |
IDocumentation.h | ||
bool PageExists
(
const FString& Link, |
IDocumentation.h | ||
bool PageExists
(
const FString& Link |
IDocumentation.h | ||
| IDocumentation.h | |||
bool RegisterRedirect
(
const FName& Owner, |
Registers a documentation redirect for an owner | IDocumentation.h | |
void UnregisterRedirects
(
const FName& Owner |
Unregisters all redirects owned by a specific owner | IDocumentation.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IDocumentation > Get() |
IDocumentation.h | ||
static bool IsAvailable() |
IDocumentation.h |