Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkDefaultSubjectSettings
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSubjectSettings.h |
| Include | #include "LiveLinkSubjectSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig)
class ULiveLinkDefaultSubjectSettings : public UObject
Remarks
Utility class that allows specifying default values for Subject settings.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowEditingRebroadcastProperty | Whether a user should be able to edit the bRebroadcastSubject property. | |
| bool | bRebroadcastSubjectsByDefault | Whether subjects should be rebroadcasted by default. |