Navigation
API > API/Plugins > API/Plugins/LiveLinkLens
LiveLink Controller for the LensRole to drive lens distortion data
| Name | ULiveLinkLensController |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/LiveLinkLens/Source/LiveLinkLens/Public/LiveLinkLensController.h |
| Include Path | #include "LiveLinkLensController.h" |
Syntax
UCLASS ()
class ULiveLinkLensController : public ULiveLinkControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkControllerBase → ULiveLinkLensController
Functions
Public
Overridden from ULiveLinkControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Cleanup() |
LiveLinkLensController.h | ||
virtual TSubclassOf< UActorComponent > GetDesiredComponentClass() |
LiveLinkLensController.h | ||
virtual bool IsRoleSupported
(
const TSubclassOf< ULiveLinkRole >& RoleToSupport |
LiveLinkLensController.h | ||
virtual void OnEvaluateRegistered() |
LiveLinkLensController.h | ||
virtual void SetAttachedComponent
(
UActorComponent* ActorComponent |
LiveLinkLensController.h | ||
virtual void Tick
(
float DeltaTime, |
LiveLinkLensController.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
LiveLinkLensController.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bScaleOverscan_DEPRECATED | bool | LiveLinkLensController.h | ||
| DistortionProducerID_DEPRECATED | FGuid | LiveLinkLensController.h |
|
|
| LensDistortionHandler_DEPRECATED | TObjectPtr< ULensDistortionModelHandlerBase > | LiveLinkLensController.h |
|
|
| OverscanMultiplier_DEPRECATED | float | LiveLinkLensController.h |