FBlueprintNodeTemplateCache::GetEstimateCacheSize

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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintNodeTemplateCache

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h
Include #include "BlueprintNodeTemplateCache.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp
int64 GetEstimateCacheSize() const

Remarks

Approximates the current memory footprint of the entire cache (instantiated UObject sizes + allocated container space). The approximated total (in bytes) that this cache has allocated.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library