LibraryLoader::LoadDLL

Loads the given library from the correct path.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Lumin/CAPIShims/LuminAPIImpl.h

Include

#include "Lumin/CAPIShims/LuminAPIImpl.h"

Syntax

void * LoadDLL
(
    FString Name
)

Remarks

Loads the given library from the correct path.

Returns

True if the library was succesfully loaded. A false value generally indicates that the MLSDK path is not set correctly.

Parameters

Parameter

Description

Name

Name of library to load, without any prefix or extension. e.g."ml_perception_client".

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss