Navigation
API > API/Plugins > API/Plugins/LiveLinkLens
Role associated with lens data
| Name | ULiveLinkLensRole |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/LiveLinkLens/Source/LiveLinkLens/Public/LiveLinkLensRole.h |
| Include Path | #include "LiveLinkLensRole.h" |
Syntax
UCLASS (BlueprintType, Meta=(DisplayName="Lens Role"))
class ULiveLinkLensRole : public ULiveLinkCameraRole
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkRole → ULiveLinkBasicRole → ULiveLinkTransformRole → ULiveLinkCameraRole → ULiveLinkLensRole
Functions
Public
Overridden from ULiveLinkRole
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UScriptStruct * GetBlueprintDataStruct() |
LiveLinkLensRole.h | ||
virtual FText GetDisplayName() |
LiveLinkLensRole.h | ||
virtual UScriptStruct * GetFrameDataStruct() |
LiveLinkLensRole.h | ||
virtual UScriptStruct * GetStaticDataStruct() |
LiveLinkLensRole.h | ||
virtual bool InitializeBlueprintData
(
const FLiveLinkSubjectFrameData& InSourceData, |
LiveLinkLensRole.h |