diff --git a/Source/ComboInput/Public/Components/ComboManagerComponent.h b/Source/ComboInput/Public/Components/ComboManagerComponent.h index 47e57ab..58f4267 100644 --- a/Source/ComboInput/Public/Components/ComboManagerComponent.h +++ b/Source/ComboInput/Public/Components/ComboManagerComponent.h @@ -89,8 +89,8 @@ private: void DEBUG__UnlockAction(TObjectPtr Unlock); - const class UComboSequenceNode *ActiveNode = nullptr; - const class UComboSequenceNode *PreviousNode = nullptr; + TObjectPtr ActiveNode = nullptr; + TObjectPtr PreviousNode = nullptr; TObjectPtr LastComboAction = nullptr;