Integrating latest 47acbe8
This commit is contained in:
@@ -21,7 +21,8 @@ namespace UnitTest
|
||||
if (serializeContext)
|
||||
{
|
||||
serializeContext->Class<PrefabTestComponent, AzToolsFramework::Components::EditorComponentBase>()->
|
||||
Field("BoolProperty", &PrefabTestComponent::m_boolProperty);
|
||||
Field("BoolProperty", &PrefabTestComponent::m_boolProperty)->
|
||||
Field("EntityReferenceProperty", &PrefabTestComponent::m_entityIdProperty);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user