Navigation
API > API/Plugins > API/Plugins/NDIMedia
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UNDIMediaSettings
References
| Module | NDIMedia |
| Header | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Public/NDIMediaSettings.h |
| Include | #include "NDIMediaSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="NDI Media"))
class UNDIMediaSettings : public UDeveloperSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseBundledLibrary | Specify whether to use the bundled NDI runtime library or try to use the one installed on the system. | |
| FString | LibraryDirectoryOverride | Manually specify a directory for the NDI runtime library. | |
| FString | LibraryFullPath | Full path of the currently loaded runtime library. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | Returns the current SDK's values for NDI Lib Redist url. |