|
Payback 0.0.1
CK Graduation Project
|
#include "Containers/Ticker.h"#include "CoreMinimal.h"#include "Data/Bundle/DataBundleRegistry.h"#include "Data/Level/LevelStreamingData.h"#include "Level/ELevelStreamingEnums.h"#include "Level/Effect/LevelStreamingEffect.h"#include "Level/LevelStreamingStateMachine.h"#include "Level/Stage/StageFlowDefinition.h"#include "LevelStreamingSubsystem.generated.h"

클래스 | |
| class | ULevelStreamingSubsystem |
| struct | ULevelStreamingSubsystem::FLevelStreamingUtility |
| struct | ULevelStreamingSubsystem::FInitialStageBootstrapper |
함수 | |
| DECLARE_MULTICAST_DELEGATE (FOnLevelStreamingDataMapReady) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnLevelLoadCompleted) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnLevelLoadedInMemory, ULevelStreamingData *, StreamingData) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FOnPlacePlayerTheWorld, ULevelPlayerPlacer *, Placer, UWorld *, World) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE | ( | FOnLevelLoadCompleted | ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnLevelLoadedInMemory | , |
| ULevelStreamingData * | , | ||
| StreamingData | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FOnPlacePlayerTheWorld | , |
| ULevelPlayerPlacer * | , | ||
| Placer | , | ||
| UWorld * | , | ||
| World | |||
| ) |
| DECLARE_MULTICAST_DELEGATE | ( | FOnLevelStreamingDataMapReady | ) |