|
Payback 0.0.1
CK Graduation Project
|
#include "CoreMinimal.h"#include "Data/LevelStreamingData.h"#include "Level/LevelStreamingDeque.h"#include "Level/Effect/LevelStreamingEffect.h"#include "Level/Effect/EffectChainExecutor.h"#include "Level/CK_ELevelType.h"#include "Data/Bundle/DataBundleRegistry.h"#include "LevelStreamingSubsystem.generated.h"

클래스 | |
| class | ULevelStreamingSubsystem |
함수 | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnLevelLoadCompleted) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnLevelLoadedInMemory, ULevelRuleData *, RuleData) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FOnPlacePlayerTheWorld, ULevelPlayerPlacer *, Placer, UWorld *, World) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE | ( | FOnLevelLoadCompleted | ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnLevelLoadedInMemory | , |
| ULevelRuleData * | , | ||
| RuleData | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FOnPlacePlayerTheWorld | , |
| ULevelPlayerPlacer * | , | ||
| Placer | , | ||
| UWorld * | , | ||
| World | |||
| ) |