ILiveLinkSource::GetSettingsClass

Setting class to display and used by the Source.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkSource.h

Include

#include "ILiveLinkSource.h"

Syntax

virtual TSubclassOf< ULiveLinkSourceSettings > GetSettingsClass() const

Remarks

Setting class to display and used by the Source. An instance of that class will be constructed when the source is added to the Client. Then InitializeSettings will be called.