UBillboardComponent::SetSpriteAndUV

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

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

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