FWidgetDrawData
Public Functions #
Public Attributes #
Public Functions Documentation #
function GENERATED_USTRUCT_BODY #
GENERATED_USTRUCT_BODY()
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;