UM::

Metadata specifiers.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMacros.h

Include

#include "UObject/ObjectMacros.h"

Syntax

namespace UM
{
    enum
    {
        ToolTip,
        ShortTooltip,
        DocumentationPolicy,
    }
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss