ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
ArticyBaseInclude.h
1//
2// Copyright (c) 2023 articy Software GmbH & Co. KG. All rights reserved.
3//
4
5#pragma once
6
10
11#include "CoreUObject.h"
12
13#include "ArticyAsset.h"
14#include "Interfaces/ArticyFlowObject.h"
15#include "ArticyEntity.h"
16#include "ArticyFlowClasses.h"
17#include "ArticyBuiltinTypes.h"
18#include "ArticyScriptFragment.h"
19
20//provider interfaces
21#include "Interfaces/ArticyObjectWithAttachments.h"
22#include "Interfaces/ArticyObjectWithColor.h"
23#include "Interfaces/ArticyObjectWithDisplayName.h"
24#include "Interfaces/ArticyObjectWithExternalId.h"
25#include "Interfaces/ArticyObjectWithMenuText.h"
26#include "Interfaces/ArticyObjectWithPosition.h"
27#include "Interfaces/ArticyObjectWithPreviewImage.h"
28#include "Interfaces/ArticyObjectWithShortId.h"
29#include "Interfaces/ArticyObjectWithSize.h"
30#include "Interfaces/ArticyObjectWithStageDirections.h"
31#include "Interfaces/ArticyObjectWithSpeaker.h"
32#include "Interfaces/ArticyObjectWithTarget.h"
33#include "Interfaces/ArticyObjectWithText.h"
34#include "Interfaces/ArticyObjectWithTransform.h"
35#include "Interfaces/ArticyObjectWithVertices.h"
36#include "Interfaces/ArticyObjectWithZIndex.h"