ITargetPlatform::GetMemoryMappingAlignment

Gets the alignment of memory mapping for this platform, typically the page size.

Windows
MacOS
Linux

Override Hierarchy

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

int32 GetMemoryMappingAlignment() const

Remarks

Gets the alignment of memory mapping for this platform, typically the page size.

Returns

alignment of memory mapping.

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