FSharedStruct::GetMutable

Returns mutable reference to the struct, this getter assumes that all data is valid.

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

template<typename T>
T & GetMutable() const

Remarks

Returns mutable reference to the struct, this getter assumes that all data is valid.