Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/Controllers/LiveLinkTransformController.h |
Include |
#include "Controllers/LiveLinkTransformController.h" |
UCLASS()
class ULiveLinkTransformController : public ULiveLinkControllerBase
Name | Description | ||
---|---|---|---|
|
TransformData |
Name | Description | ||
---|---|---|---|
|
TSubclassOf<... |
GetDesiredComponentClass() |
Returns the component class that this controller wants to control |
|
IsRoleSupported ( |
Can it support a specific role. This is called on the default object before creating an instance. |
|
|
OnEvaluateRegistered() |
Initialize the controller at the first tick of his owner component. |
|
|
SetAttachedComponent ( |
Sets the component this controller is driving |
|
|
Tick ( |
Function called every frame with the data evaluated by the component. |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
ComponentToControl_DEPRECATED |