// Copyright Epic Games, Inc. All Rights Reserved. #include "StateTreeSchema.h" #include "Blueprint/StateTreeItemBlueprintBase.h" bool UStateTreeSchema::IsChildOfBlueprintBase(const UClass* InClass) const { return InClass->IsChildOf(); }