Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/Controllers/LiveLinkTransformController.h |
Include |
#include "Controllers/LiveLinkTransformController.h" |
USTRUCT(BlueprintType)
struct FLiveLinkTransformControllerData
Name | Description | ||
---|---|---|---|
|
bSweep |
Whether we sweep to the destination location, triggering overlaps along the way and stopping short of the target if blocked by something. |
|
|
bTeleport |
Whether we teleport the physics state (if physics collision is enabled for this object). |
|
|
bUseLocation |
Whether we should set the owning actor's location with the value coming from live link. |
|
|
bUseRotation |
Whether we should set the owning actor's rotation with the value coming from live link. |
|
|
bUseScale |
Whether we should set the owning actor's scale with the value coming from live link. |
|
|
bWorldTransform |
Set the transform of the component in world space of in its local reference frame. |
Name | Description | ||
---|---|---|---|
|
ApplyTransform ( |
||
|
CheckForError ( |