Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Static data for Transform data.
| Name | FLiveLinkTransformStaticData |
| Type | struct |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkTransformTypes.h |
| Include Path | #include "Roles/LiveLinkTransformTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FLiveLinkTransformStaticData : public FLiveLinkBaseStaticData
Inheritance Hierarchy
- FLiveLinkBaseStaticData → FLiveLinkTransformStaticData
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsLocationSupported | bool | Whether location in frame data should be used. | Roles/LiveLinkTransformTypes.h |
|
| bIsRotationSupported | bool | Whether rotation in frame data should be used. | Roles/LiveLinkTransformTypes.h |
|
| bIsScaleSupported | bool | Whether scale in frame data should be used. | Roles/LiveLinkTransformTypes.h |
|