diff --git a/Source/Engine/Core/Types/Variant.h b/Source/Engine/Core/Types/Variant.h index 9532d4ec4..13c0a5a79 100644 --- a/Source/Engine/Core/Types/Variant.h +++ b/Source/Engine/Core/Types/Variant.h @@ -10,6 +10,7 @@ struct Transform; template class AssetReference; struct ScriptingTypeHandle; +template ScriptingTypeHandle StaticType(); /// /// Represents an object type that can be interpreted as more than one type.