// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. #pragma once #include "Engine/Content/JsonAsset.h" /// /// The scene asset. /// API_CLASS(NoSpawn) class SceneAsset : public JsonAsset { DECLARE_ASSET_HEADER(SceneAsset); protected: bool IsInternalType() const override; };