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
Constructors
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 |
- Config
- EditAnywhere
- Category=Library
|
| LibraryDirectoryOverride |
FString |
Manually specify a directory for the NDI runtime library. |
NDIMediaSettings.h |
- Config
- EditAnywhere
- Category=Library
- Meta=(EditCondition="!bUseBundledLibrary")
|
| LibraryFullPath |
FString |
Full path of the currently loaded runtime library. |
NDIMediaSettings.h |
- Transient
- VisibleAnywhere
- Category=Library
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
const TCHAR * GetNDILibRedistUrl()
|
Returns the current SDK's values for NDI Lib Redist url. |
NDIMediaSettings.h |
|