Navigation
Unreal Engine C++ API Reference > 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
&40;
void &42; BaseAddress,
uint32 NumBytes
&41;
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) |