Navigation
API > API/Editor > API/Editor/Documentation > API/Editor/Documentation/IDocumentation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
CreateToolTip(const TAttribute< FText > &, const TSharedPtr< SWidget > &, const FString &, const FString &)
| Name | CreateToolTip |
| Type | function |
| Header File | /Engine/Source/Editor/Documentation/Public/IDocumentation.h |
| Include Path | #include "IDocumentation.h" |
TSharedRef < class SToolTip > CreateToolTip
(
const TAttribute < FText > & Text,
const TSharedPtr < SWidget > & OverrideContent,
const FString & Link,
const FString & ExcerptName
) const
CreateToolTip(const TAttribute< FText > &, const TSharedPtr< SWidget > &, const FString &, const FString &, const TAttribute< FText > &)
| Name | CreateToolTip |
| Type | function |
| Header File | /Engine/Source/Editor/Documentation/Public/IDocumentation.h |
| Include Path | #include "IDocumentation.h" |
TSharedRef < class SToolTip > CreateToolTip
(
const TAttribute < FText > & Text,
const TSharedPtr < SWidget > & OverrideContent,
const FString & Link,
const FString & ExcerptName,
const TAttribute < FText > & Shortcut
) const
CreateToolTip(const TAttribute< FText > &, const TSharedRef< SWidget > &, const TSharedPtr< class SVerticalBox > &, const FString &, const FString &)
| Name | CreateToolTip |
| Type | function |
| Header File | /Engine/Source/Editor/Documentation/Public/IDocumentation.h |
| Include Path | #include "IDocumentation.h" |
TSharedRef < class SToolTip > CreateToolTip
(
const TAttribute < FText > & Text,
const TSharedRef < SWidget > & OverrideContent,
const TSharedPtr < class SVerticalBox > & DocVerticalBox,
const FString & Link,
const FString & ExcerptName
) const