FSubUVDerivedData::GetFeedback

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/SubUVAnimation.h

Include

#include "Particles/SubUVAnimation.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/SubUVAnimation.cpp

Syntax

static void GetFeedback
(
    UTexture2D * SubUVTexture,
    int32 SubImages_Horizontal,
    int32 SubImages_Vertical,
    ESubUVBoundingVertexCount BoundingMode,
    float AlphaThreshold,
    EOpacitySourceMode OpacitySourceMode,
    TArray< FText > & OutErrors,
    TArray< FText > & OutWarnings,
    TArray< FText > & OutInfo
)