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