Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Role associated for Camera data.
| Name | ULiveLinkTransformRole |
| Type | class |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkTransformRole.h |
| Include Path | #include "Roles/LiveLinkTransformRole.h" |
Syntax
UCLASS (BlueprintType, Meta=(DisplayName="Transform Role"), MinimalAPI)
class ULiveLinkTransformRole : public ULiveLinkBasicRole
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkRole → ULiveLinkBasicRole → ULiveLinkTransformRole
Derived Classes
Functions
Public
Overridden from ULiveLinkRole
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UScriptStruct * GetBlueprintDataStruct() |
Roles/LiveLinkTransformRole.h | ||
virtual FText GetDisplayName() |
Roles/LiveLinkTransformRole.h | ||
virtual UScriptStruct * GetFrameDataStruct() |
Roles/LiveLinkTransformRole.h | ||
virtual UScriptStruct * GetStaticDataStruct() |
ULiveLinkBasicRole | Roles/LiveLinkTransformRole.h | |
virtual bool InitializeBlueprintData
(
const FLiveLinkSubjectFrameData& InSourceData, |
Roles/LiveLinkTransformRole.h |