Navigation
API > API/Plugins > API/Plugins/Paper2D
| |
|
| Name |
FTerrainSpriteStamp |
| Type |
struct |
| Header File |
/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainComponent.h |
| Include Path |
#include "PaperTerrainComponent.h" |
Syntax
struct FTerrainSpriteStamp
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FTerrainSpriteStamp
(
const UPaperSprite* InSprite,
float InTime,
bool bIsEndCap
)
|
|
PaperTerrainComponent.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bCanStretch |
bool |
|
PaperTerrainComponent.h |
|
| NominalWidth |
float |
|
PaperTerrainComponent.h |
|
| Scale |
float |
|
PaperTerrainComponent.h |
|
| Sprite |
const UPaperSprite * |
|
PaperTerrainComponent.h |
|
| Time |
float |
|
PaperTerrainComponent.h |
|
Functions
Public