summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/datamodel/Qt3DSMetadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/datamodel/Qt3DSMetadata.h')
-rw-r--r--src/Runtime/Source/datamodel/Qt3DSMetadata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Runtime/Source/datamodel/Qt3DSMetadata.h b/src/Runtime/Source/datamodel/Qt3DSMetadata.h
index a90d4fd6..ea2d4452 100644
--- a/src/Runtime/Source/datamodel/Qt3DSMetadata.h
+++ b/src/Runtime/Source/datamodel/Qt3DSMetadata.h
@@ -33,6 +33,7 @@
#include "foundation/Qt3DSRefCounted.h"
#include "foundation/Qt3DSOption.h"
#include "foundation/Qt3DSVec3.h"
+#include "foundation/Qt3DSVec4.h"
#include <EASTL/string.h>
#include <EASTL/vector.h>
#include "foundation/StringTable.h"
@@ -226,6 +227,9 @@ public:
virtual Option<qt3ds::QT3DSVec3> GetPropertyValueVector3(TStrTableStr inType, TStrTableStr inProperty,
TStrTableStr inId = TStrTableStr()) = 0;
+ virtual Option<qt3ds::QT3DSVec4> GetPropertyValueVector4(TStrTableStr inType,
+ TStrTableStr inProperty, TStrTableStr inId = TStrTableStr()) = 0;
+
//==============================================================================
/**
* Get property value as long