// mark all decorators less important than current search start node for removal const FBTNodeIndex DeactivateIdx(ExecutionRequest.SearchStart.InstanceIndex, ExecutionRequest.SearchStart.ExecutionIndex - 1); UnregisterAuxNodesUpTo(ExecutionRequest.SearchStart.ExecutionIndex ? DeactivateIdx : ExecutionRequest....
Macro function libraries are unable to assume a particular scope when using Search for References tool. Search for References will find any function or variable that matches the given name which makes tracking down usages in our project more difficult. When creating a function or macro, use ...