Navigation
API > API/Plugins > API/Plugins/Paper2D
References
| Module | Paper2D |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteDrawCall.h |
| Include | #include "SpriteDrawCall.h" |
Syntax
USTRUCT&40;&41;
struct PAPER2FSpriteDrawCallRecord
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAdditionalSpriteTextureArray | AdditionalTextures | ||
| TObjectPtr< UTexture > | BaseTexture | ||
| FColor | Color | ||
| FVector | Destination | ||
| TArray< FVector4, TInlineAllocator< 6 > > | RenderVerts | Render triangle list (stored as loose vertices) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildFromSprite
(
const UPaperSprite* Sprite |
||
| bool | IsValid () |