UBillboardComponent::SetUV

Change the sprite's UVs

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 SetUV
(
    int32 NewU,
    int32 NewUL,
    int32 NewV,
    int32 NewVL
)

Remarks

Change the sprite's UVs

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