![]() |
MCRO
C++23 utilities for Unreal Engine.
|
A simple mutable shared storage of any value. More...
#include <SharedObjects.h>
Data Fields | |
| T | Value |
A simple mutable shared storage of any value.
One particular use case for this may be delegates which may remove themselves once invoked. For example:
Definition at line 189 of file SharedObjects.h.
| T Mcro::SharedObjects::TSharedStorage< T >::Value |
Definition at line 191 of file SharedObjects.h.