FInstancedStruct::GetMutablePtr

Returns mutable pointer to the struct, or nullptr if cast is not valid.

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

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

Include

#include "InstancedStruct.h"

Syntax

template<typename T>
T * GetMutablePtr() const

Remarks

Returns mutable pointer to the struct, or nullptr if cast is not valid.