Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include | #include "Math/UnrealMathUtility.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
static bool MemoryTest
(
void * BaseAddress,
uint32 NumBytes
)
Remarks
Tests a memory region to see that it's working properly. true if the memory region passed the test
Parameters
| Name | Description |
|---|---|
| BaseAddress | Starting address |
| NumBytes | Number of bytes to test (will be rounded down to a multiple of 4) |