ESpritePivotMode::Type

Windows
MacOS
Linux

References

Module

Paper2D

Header

/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteEditorOnlyTypes.h

Include

#include "SpriteEditorOnlyTypes.h"

Syntax

namespace ESpritePivotMode
{
    enum Type
    {
        Top_Left,
        Top_Center,
        Top_Right,
        Center_Left,
        Center_Center,
        Center_Right,
        Bottom_Left,
        Bottom_Center,
        Bottom_Right,
        Custom,
    }
}

Values

Name

Description

Top_Left

Top_Center

Top_Right

Center_Left

Center_Center

Center_Right

Bottom_Left

Bottom_Center

Bottom_Right

Custom

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