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

RAII wrapper around GetDllHandle / FreeDllHandle. More...

#include <Dll.h>

Public Member Functions

 FScopedDll (const TCHAR *fileName)
 
 ~FScopedDll ()
 

Detailed Description

RAII wrapper around GetDllHandle / FreeDllHandle.

Definition at line 36 of file Dll.h.

Constructor & Destructor Documentation

◆ FScopedDll()

Mcro::Dll::FScopedDll::FScopedDll ( const TCHAR * fileName)

◆ ~FScopedDll()

Mcro::Dll::FScopedDll::~FScopedDll ( )

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