ITargetPlatform::GetMemoryMappingAlignment

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

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

  • ITargetPlatform::GetMemoryMappingAlignment()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
int64 GetMemoryMappingAlignment() const

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library