5
6
10#include "Containers/Array.h"
11#include "Containers/ArrayView.h"
12#include "Containers/UnrealString.h"
14#include "Delegates/Delegate.h"
15#include "HAL/PlatformCrt.h"
16#include "Logging/LogMacros.h"
17#include "Modules/ModuleInterface.h"
18#include "UObject/NameTypes.h"
69
70
133
134
143
144
145
146
150
151
152
153
157
158
159
160
161
165
166
167
170
171
172
173
177
178
179
180
181
185
186
187
188
192
193
194
195
196
197
201
202
203
204
208
209
210
231
232
233
237
238
239
240
244
245
246
247
251
252
253
254
258
259
260
261
265
266
267
268
272
273
274
275
279
280
281
282
283
287
288
289
290
291
295
296
297
298
302
303
304
305
309
310
311
312
316
317
318
323
324
325
326
327
331
332
333
334
335
342
343
421 virtual bool InstallChunks(
const TArray<FCustomChunk>& ChunkTagIDs)
override
433 return TArray<FCustomChunk>();
448 return InstallNamedChunks(MakeArrayView(&NamedChunk,1));
453 return UninstallNamedChunks(MakeArrayView(&NamedChunk,1));
488 return TArray<FName>();
521 virtual bool InstallChunks(
const TArray<FCustomChunk>& ChunkTagsID)
override final;
#define UE_DEPRECATED(Version, Message)
#define DECLARE_MULTICAST_DELEGATE_TwoParams(DelegateName, Param1Type, Param2Type)
#define DECLARE_DELEGATE_TwoParams(DelegateName, Param1Type, Param2Type)
#define DECLARE_DELEGATE_OneParam(DelegateName, Param1Type)
FCustomChunk(FString InTag, uint32 InID, ECustomChunkType InChunkType, FString InTag2=TEXT(""))
ECustomChunkType ChunkType
FCustomChunkMapping(FString InPattern, uint32 InChunkID, CustomChunkMappingType InMappingType)
CustomChunkMappingType MappingType