FConstSharedStruct::GetPtr

Returns const 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/SharedStruct.h

Include

#include "SharedStruct.h"

Syntax

template<typename T>
const T * GetPtr() const

Remarks

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