MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Dll::FScopedDllSet Struct Reference

#include <Dll.h>

Public Member Functions

 FScopedDllSet ()
 
template<CConvertibleTo< const TCHAR * >... Args>
 FScopedDllSet (FString const &pushPath, Args... args)
 

Detailed Description

Handle multiple DLL files in one set and an optional base path for them

Definition at line 42 of file Dll.h.

Constructor & Destructor Documentation

◆ FScopedDllSet() [1/2]

Mcro::Dll::FScopedDllSet::FScopedDllSet ( )
inline

Definition at line 44 of file Dll.h.

◆ FScopedDllSet() [2/2]

template<CConvertibleTo< const TCHAR * >... Args>
Mcro::Dll::FScopedDllSet::FScopedDllSet ( FString const & pushPath,
Args... args )
inline

Definition at line 47 of file Dll.h.


The documentation for this struct was generated from the following file: