Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/Controllers/LiveLinkLightController.h |
Include |
#include "Controllers/LiveLinkLightController.h" |
UCLASS()
class ULiveLinkLightController : public ULiveLinkControllerBase
Controller that uses LiveLink light data to drive a light component. UPointLightComponent and USpotLightComponent are supported for specific properties
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. |
|
|
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 |
||
|
TransformData_DEPRECATED |