Public Member Functions | |
void | OnLiveViewSizeRequest (UCoherentUIGTBaseComponent *baseComponent, const FString &name, int32 &width, int32 &height) |
void | OnLiveViewSizeRequest_DEPRECATED (Coherent::UIGT::ViewRenderer *baseComponent, const FString &name, int32 &width, int32 &height) |
void | OnLiveViewActivate_DEPRECATED (const FString &name, bool active) |
virtual void | InitializeComponent () override |
virtual void | TickComponent (float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override |
Public Attributes | |
FString | LinkName |
UTextureRenderTarget2D * | Texture |
Coherent UI GT Live View Component
The class exposes all functionality needed for Live Views usage in Coherent UI GT. The component is complementary to the base Coherent UI GT Component.
FString UCoherentUIGTLiveView::LinkName |
The unique identifier of the live view link
UTextureRenderTarget2D* UCoherentUIGTLiveView::Texture |
The Texture that will be used by the Live View. Has to be a Render Target.