Navigation
API > API/Plugins > API/Plugins/LiveLinkComponents
| |
|
| Name |
ULiveLinkTransformController |
| Type |
class |
| Header File |
/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/Controllers/LiveLinkTransformController.h |
| Include Path |
#include "Controllers/LiveLinkTransformController.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class ULiveLinkTransformController : public ULiveLinkControllerBase
Inheritance Hierarchy
Derived Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OffsetTransform |
FTransform |
Offset transform applied in local space to the controlled scene component |
Controllers/LiveLinkTransformController.h |
- EditAnywhere
- BlueprintReadWrite
- Category="LiveLink"
|
| TransformData |
FLiveLinkTransformControllerData |
|
Controllers/LiveLinkTransformController.h |
- EditAnywhere
- BlueprintReadWrite
- Category="LiveLink"
- Meta=(ShowOnlyInnerProperties)
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CombinedTransform |
FTransform |
Combined transform resulting from composing the incoming LiveLink transform & the offset transform |
Controllers/LiveLinkTransformController.h |
|
Functions
Deprecated Variables