FSharedStruct::GetMutableMemory

Returns a mutable pointer to struct memory.

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

/Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/SharedStruct.h

Include

#include "SharedStruct.h"

Syntax

uint8 * GetMutableMemory() const

Remarks

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.