![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Give the opportunity to customize object lifespan operations for FAny by either specializing this template or just providing functors in-place.
More...
#include <Any.h>
Data Fields | |
| TFunction< void(T *)> | Destruct {[](T* object) { delete object; }} |
| TFunction< T *(T const &)> | CopyConstruct |
Give the opportunity to customize object lifespan operations for FAny by either specializing this template or just providing functors in-place.
| T | The type being set for an FAny |
| TFunction<T*(T const&)> Mcro::Any::TAnyTypeFacilities< T >::CopyConstruct |
| TFunction<void(T*)> Mcro::Any::TAnyTypeFacilities< T >::Destruct {[](T* object) { delete object; }} |