Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
Editor preferences settings for LiveLink.
| Name | ULiveLinkEditorSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkEditorSettings.h |
| Include Path | #include "LiveLinkEditorSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings)
class ULiveLinkEditorSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkEditorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReadOnly | bool | Whether the livelink panel should be in read-only mode. | LiveLinkEditorSettings.h |
|