コード例 #1
0
float UGAAttributesBase::GetCurrentAttributeValue(const FGAAttribute& Name)
{
	FGAAttributeBase* attrPtr = GetAttribute(Name);
	if (attrPtr)
	{
		return attrPtr->GetCurrentValue();
	}
	return 0;
}