Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/SharedStruct.h |
Include |
#include "SharedStruct.h" |
uint8 * GetMutableMemory() const
Returns a mutable pointer to struct memory. This const_cast here is safe as a ClassName can only be setup from mutable non const memory.