MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
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 32 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: