MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Modules::TModuleBoundObject< M, T >::FObjectFactory Struct Reference

#include <Modules.h>

Data Fields

TFunction< T *()> Create
 
TFunction< void(T &)> OnAfterCreated
 
TFunction< void(T &)> OnShutdown
 

Detailed Description

template<CObservableModule M, typename T>
struct Mcro::Modules::TModuleBoundObject< M, T >::FObjectFactory

Definition at line 238 of file Modules.h.

Field Documentation

◆ Create

template<CObservableModule M, typename T >
TFunction<T*()> Mcro::Modules::TModuleBoundObject< M, T >::FObjectFactory::Create

Definition at line 240 of file Modules.h.

◆ OnAfterCreated

template<CObservableModule M, typename T >
TFunction<void(T&)> Mcro::Modules::TModuleBoundObject< M, T >::FObjectFactory::OnAfterCreated

Definition at line 241 of file Modules.h.

◆ OnShutdown

template<CObservableModule M, typename T >
TFunction<void(T&)> Mcro::Modules::TModuleBoundObject< M, T >::FObjectFactory::OnShutdown

Definition at line 242 of file Modules.h.


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