FBatchedElements::AddSprite

Adds a sprite to the batch.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BatchedElements.h

Include

#include "BatchedElements.h"

Source

/Engine/Source/Runtime/Engine/Private/BatchedElements.cpp

Syntax

void AddSprite
(
    const FVector & Position,
    float SizeX,
    float SizeY,
    const FTexture * Texture,
    const FLinearColor & Color,
    FHitProxyId HitProxyId,
    float U,
    float UL,
    float V,
    float VL,
    uint8 BlendMode
)

Remarks

Adds a sprite to the batch.

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