UEdGraphSchema_BehaviorTreeDecorator::IsCacheVisualizationOutOfDate

Checks if a CacheRefreshID is out of date

Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor > UEdGraphSchema_BehaviorTreeDecorator

References

   
Module BehaviorTreeEditor
Header /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h
Include #include "EdGraphSchema_BehaviorTreeDecorator.h"
Source /Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTreeDecorator.cpp
virtual bool IsCacheVisualizationOutOfDate
(
    int32 InVisualizationCacheID
) const

Remarks

Checks if a CacheRefreshID is out of date TRUE if dirty

Parameters

Name Description
InVisualizationCacheID The current refresh ID to check if out of date

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library