Navigation
API > API/Plugins > API/Plugins/LiveLinkComponents
Inheritance Hierarchy
- UObject
- ULiveLinkComponentSettings
References
| Module | LiveLinkComponents |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/LiveLinkComponentSettings.h |
| Include | #include "LiveLinkComponentSettings.h" |
Syntax
UCLASS (Config=Game, defaultconfig)
class ULiveLinkComponentSettings : public UObject
Remarks
Settings for LiveLink.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUpdateSubjectsImmediatelyInPIE | If true, all LiveLink subjects with pending frame data will be updated immediately before the LiveLink components execute (only applies to PIE) | |
| TMap< TSubclassOf< ULiveLinkRole >, TSubclassOf< ULiveLinkControllerBase > > | DefaultControllerForRole | Default Controller class to use for the specified role |