FBlueprintNodeTemplateCache::GetEstimateCacheSize

Approximates the current memory footprint of the entire cache (instantiated [UObject](API\Runtime\CoreUObject\UObject\UObject) sizes + allocated container space).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h

Include

#include "BlueprintNodeTemplateCache.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp

Syntax

int32 GetEstimateCacheSize() const

Remarks

Approximates the current memory footprint of the entire cache (instantiated UObject sizes + allocated container space).

Returns

The approximated total (in bytes) that this cache has allocated.

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