Home
last modified time | relevance | path

Searched refs:ConstructValue (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_value_manager.h50 virtual bool ConstructValue(EnginePropertyParams property, EngineValueOptions) = 0;
51 virtual bool ConstructValue(CORE_NS::IPropertyHandle* handle, BASE_NS::string_view path, EngineValueOptions) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.h42 bool ConstructValue(EnginePropertyParams property, EngineValueOptions) override;
43 bool ConstructValue(CORE_NS::IPropertyHandle* handle, BASE_NS::string_view path, EngineValueOptions) override;
H A Dengine_value_manager.cpp138 bool EngineValueManager::ConstructValue(EnginePropertyParams property, EngineValueOptions options) in ConstructValue() function in Internal::EngineValueManager
197 bool EngineValueManager::ConstructValue( in ConstructValue() function in Internal::EngineValueManager
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp216 m->valueManager->ConstructValue(META_NS::EnginePropertyParams{handle, *md}, {}); in UpdateMetaCache()

Completed in 3 milliseconds