How to communicate and get access to other scripts in C++?

Simpler way to write it and with null check. :+1:

if (Item && Item->IsA(ABaseItem::StaticClass()))
{
	// do something
}
1 Like