Navigation
API > API/Runtime > API/Runtime/CoreUObject
Metadata specifiers.
| Name | UM:: |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMacros.h |
| Include Path | #include "UObject/ObjectMacros.h" |
Syntax
namespace UM
{
enum
{
ToolTip,
ShortTooltip,
DocumentationPolicy,
}
}
Values
| Name | Remarks |
|---|---|
| ToolTip | Overrides the automatically generated tooltip from the class comment. |
| ShortTooltip | A short tooltip that is used in some contexts where the full tooltip might be overwhelming (such as the parent class picker dialog) |
| DocumentationPolicy | A setting to determine validation of tooltips and comments. Needs to be set to "Strict". |