UBillboardComponent::SetSpriteAndUV

Change the sprite texture and the UV's used by this component

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/BillboardComponent.h

Include

#include "Components/BillboardComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/BillboardComponent.cpp

Syntax

virtual void SetSpriteAndUV
(
    class UTexture2D * NewSprite,
    int32 NewU,
    int32 NewUL,
    int32 NewV,
    int32 NewVL
)

Remarks

Change the sprite texture and the UV's used by this component