@@ -17,6 +17,7 @@
|
||||
#include <EMotionStudio/EMStudioSDK/Source/EMStudioManager.h>
|
||||
#include <Tests/TestAssetCode/ActorFactory.h>
|
||||
#include <Tests/TestAssetCode/SimpleActors.h>
|
||||
#include <Tests/TestAssetCode/TestActorAssets.h>
|
||||
#include <Tests/UI/UIFixture.h>
|
||||
|
||||
namespace EMotionFX
|
||||
@@ -102,7 +103,9 @@ namespace EMotionFX
|
||||
const int lastIndex = 6;
|
||||
RecordProperty("test_case_id", "C18970351");
|
||||
|
||||
AutoRegisteredActor actor = ActorFactory::CreateAndInit<SimpleJointChainActor>(numJoints, "RagdollEditTestsActor");
|
||||
AZ::Data::AssetId actorAssetId("{5060227D-B6F4-422E-BF82-41AAC5F228A5}");
|
||||
AZ::Data::Asset<Integration::ActorAsset> actorAsset =
|
||||
TestActorAssets::CreateActorAssetAndRegister<SimpleJointChainActor>(actorAssetId, numJoints, "RagdollEditTestsActor");
|
||||
|
||||
CreateSkeletonAndModelIndices();
|
||||
EXPECT_EQ(m_indexList.size(), numJoints);
|
||||
|
||||
Reference in New Issue
Block a user