void UBrainComponent::StartLogic()
{
}
void UBrainComponent::RestartLogic()
{
}
void UBrainComponent::StopLogic(const FString& Reason)
{
}
bool UBrainComponent::IsRunning() const
{
return false;
}
bool UBrainComponent::IsPaused() const
{
return false;
}
I see this in the code, that mean this nodes do nothing or what?