Navigation
API > API/Plugins > API/Plugins/Paper2D
| |
|
| Name |
FPaperSpriteAtlasSlot |
| Type |
struct |
| Header File |
/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteAtlas.h |
| Include Path |
#include "PaperSpriteAtlas.h" |
Syntax
USTRUCT ()
struct FPaperSpriteAtlasSlot
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AtlasIndex |
int32 |
|
PaperSpriteAtlas.h |
|
| Height |
int32 |
|
PaperSpriteAtlas.h |
|
| SpriteRef |
TSoftObjectPtr< class UPaperSprite > |
|
PaperSpriteAtlas.h |
|
| Width |
int32 |
|
PaperSpriteAtlas.h |
|
| X |
int32 |
|
PaperSpriteAtlas.h |
|
| Y |
int32 |
|
PaperSpriteAtlas.h |
|
Functions
Public