Searched refs:SetRequiredInterfaces (Results 1 – 16 of 16) sorted by relevance
48 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in META_BEGIN_NAMESPACE()50 return META_API_CACHED_INTERFACE(RequiredInterfaces)->SetRequiredInterfaces(interfaces); in META_BEGIN_NAMESPACE()
53 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override in META_BEGIN_NAMESPACE()56 return req ? req->SetRequiredInterfaces(interfaces) : false; in META_BEGIN_NAMESPACE()
114 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override in META_BEGIN_NAMESPACE()116 return META_EXT_CALL_BASE(IRequiredInterfaces, SetRequiredInterfaces(interfaces)); in META_BEGIN_NAMESPACE()
53 virtual bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) = 0;
23 SetRequiredInterfaces({ IMetadata::UID }); in META_BEGIN_NAMESPACE()
39 SetRequiredInterfaces({ IObjectProvider::UID }); in Build()
234 SetRequiredInterfaces({ IProperty::UID }); in MetadataPropertyContainer()293 bool MetadataPropertyContainer::SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in SetRequiredInterfaces() function in Internal::MetadataPropertyContainer
54 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override; in META_BEGIN_NAMESPACE()
102 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override in SetRequiredInterfaces() function in ContentObject
80 bool AttachmentContainer::SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in SetRequiredInterfaces() function in AttachmentContainer
100 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override; in META_BEGIN_NAMESPACE()
63 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override;
300 bool ContainerBase::SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in SetRequiredInterfaces() function in ContainerBase
29 required->SetRequiredInterfaces({ IAnimation::UID, IStartableAnimation::UID }); in Initialize()
230 GetSelf<META_NS::IRequiredInterfaces>()->SetRequiredInterfaces({ IEcsTrackAnimation::UID }); in Build()
223 req->SetRequiredInterfaces({ SCENE_NS::INode::UID }); in Build()