FMemStackBase::ContainsPointer

Returns true if the pointer was allocated using this allocator.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/MemStack.h

Include

#include "Misc/MemStack.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/MemStack.cpp

Syntax

bool ContainsPointer
(
    const void * Pointer
) const

Remarks

Returns true if the pointer was allocated using this allocator.

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