We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ec755 commit 1115ab6Copy full SHA for 1115ab6
Examples/MetaProperties.cpp
@@ -9,7 +9,7 @@ int main(void)
9
{
10
MetaInitialize( UsingModule( TestModule ) );
11
12
- // you can also use type meta::Type::Get( "SoundEffect" ) based on a string name
+ // you can also use type meta::Type::GetFromName( "SoundEffect" ) based on a string name
13
Type soundEffectType = typeof( SoundEffect );
14
15
// the volume field in the SoundEffect struct
@@ -40,4 +40,4 @@ int main(void)
40
std::cout << "SoundEffect::volume [Slider.type]: " << sliderTypeEnum.GetKey( volumeSlider.type ) << std::endl;
41
42
return 0;
43
-}
+}
0 commit comments