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