Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMacros.h |
Include | #include "UObject/ObjectMacros.h" |
Syntax
namespace UM
{
enum
&123;
ToolTip,
ShortTooltip,
DocumentationPolicy,
&125;
}
Values
Name | Description |
---|---|
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". |
Remarks
Metadata specifiers.