Searched refs:entityOut (Results 1 – 1 of 1) sorted by relevance
280 bool EntityFromJson(const IEntityCollection& ec, const json::value& jsonIn, Entity& entityOut) in EntityFromJson() argument303 entityOut = Entity {}; in EntityFromJson()340 return EntityFromJson(*collection, *entityJson, entityOut); in EntityFromJson()351 entityOut = entity; in EntityFromJson()417 const IEntityCollection& ec, const json::value& jsonIn, EntityReference& entityOut) in EntityReferenceFromJson() argument427 … entityOut = GetOrCreateEntityReference(ec.GetEcs().GetEntityManager(), *rhm, renderHandle); in EntityReferenceFromJson()437 entityOut = ec.GetEcs().GetEntityManager().GetReferenceCounted(temp); in EntityReferenceFromJson()