Gems/Atom builds
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -159,7 +159,7 @@ namespace EMotionFX
|
||||
(azrtti_typeid<>(conditionPrototype) != azrtti_typeid<AnimGraphTransitionCondition>()))
|
||||
{
|
||||
AZ::TypeId type = azrtti_typeid<>(conditionPrototype);
|
||||
OutputDebugString(AZStd::string::format("Condition: Name=%s, Type=%s\n", conditionPrototype->GetPaletteName(), type.ToString<AZStd::string>().c_str()).c_str());
|
||||
AZ::Debug::Platform::OutputToDebugger(nullptr, AZStd::string::format("Condition: Name=%s, Type=%s\n", conditionPrototype->GetPaletteName(), type.ToString<AZStd::string>().c_str()).c_str());
|
||||
result.emplace_back(azrtti_typeid<>(conditionPrototype));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user