FWidgetDrawData

Public Functions

Name
GENERATED_USTRUCT_BODY()
FWidgetDrawData()
FWidgetDrawData(renoir::Texture2DObject InBackendTextureID, FString InSubLayerCompositionId)

Public Attributes

Name
UTexture *Texture
TSharedPtr< FCoherentSlateElement, ESPMode::ThreadSafe >SlateElement
renoir::Texture2DObjectBackendTextureID
FStringSubLayerCompositionId
renoir::RectangleTargetRect

Public Functions Documentation

function GENERATED_USTRUCT_BODY

GENERATED_USTRUCT_BODY()

function FWidgetDrawData

FWidgetDrawData()

function FWidgetDrawData

FWidgetDrawData(
    renoir::Texture2DObject InBackendTextureID,
    FString InSubLayerCompositionId
)

Public Attributes Documentation

variable Texture

UTexture * Texture;

variable SlateElement

TSharedPtr< FCoherentSlateElement, ESPMode::ThreadSafe > SlateElement;

variable BackendTextureID

renoir::Texture2DObject BackendTextureID;

variable SubLayerCompositionId

FString SubLayerCompositionId;

variable TargetRect

renoir::Rectangle TargetRect;