Navigation
API > API/Plugins > API/Plugins/LiveLinkComponents > API/Plugins/LiveLinkComponents/Controllers
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkControllerBase
- ULiveLinkTransformController
References
| Module | LiveLinkComponents |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/Controllers/LiveLinkTransformController.h |
| Include | #include "Controllers/LiveLinkTransformController.h" |
Syntax
UCLASS&40;&41;
class ULiveLinkTransformController : public ULiveLinkControllerBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLiveLinkTransformControllerData | TransformData |
Overridden from ULiveLinkControllerBase
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UActorComponent > | Returns the component class that this controller wants to control | ||
| bool | IsRoleSupported
(
const TSubclassOf< ULiveLinkRole >& RoleToSupport |
Can it support a specific role. This is called on the default object before creating an instance. | |
| void | Initialize the controller at the first tick of its owner component. | ||
| void | SetAttachedComponent
(
UActorComponent* ActorComponent |
Sets the component this controller is driving | |
| void | Tick
(
float DeltaTime, |
Function called every frame with the data evaluated by the component. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FComponentReference | ComponentToControl_DEPRECATED |