Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
Include |
#include "Engine/StreamableManager.h" |
template<typename T>
T & FindOrAddContextData()
Gives you a mutable reference to a contextual data struct of the specified type.
Either a newly constructed T, or one which was previously added to this handle.