MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Update

Function Update

Source/Engine/AI/BehaviorTreeNode.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 /// <param name="context">Behavior update context data.</param>
74 /// <returns>Operation result enum.</returns>
75 API_FUNCTION() virtual BehaviorUpdateResult Update(const BehaviorUpdateContext& context)
76 {
77 return BehaviorUpdateResult::Success;
78 }
79
80#if USE_EDITOR
81 /// <summary>

Callers 2

InvokeUpdateMethod · 0.70
UpdateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected