Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Utility class that allows specifying default values for Subject settings.
| Name | ULiveLinkDefaultSubjectSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSubjectSettings.h |
| Include Path | #include "LiveLinkSubjectSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig)
class ULiveLinkDefaultSubjectSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkDefaultSubjectSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRebroadcastSubjectsByDefault | bool | Whether subjects should be rebroadcasted by default. | LiveLinkSubjectSettings.h |
|