TStaticGetTypeLayoutHelper< T * >

All raw pointer types map to void*, since they're all handled the same way.

Windows
MacOS
Linux

Inheritance Hierarchy

TStaticGetTypeLayoutHelper

TStaticGetTypeLayoutHelper< T * >

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/MemoryLayout.h

Include

#include "Serialization/MemoryLayout.h"

Syntax

template<typename T>
struct TStaticGetTypeLayoutHelper< T * > : public TStaticGetTypeLayoutHelper< void * >

Remarks

All raw pointer types map to void*, since they're all handled the same way.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss