Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Utility class that allows specifying default values for Source settings.
| Name | ULiveLinkDefaultSourceSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceSettings.h |
| Include Path | #include "LiveLinkSourceSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig)
class ULiveLinkDefaultSourceSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkDefaultSourceSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultSourceFrameBufferSize | int32 | Default number of frames that should be buffered by a LiveLink source. | LiveLinkSourceSettings.h |
|