13#include "LevelStreamingVolume.generated.h"
34 UPROPERTY(Category=LevelStreamingVolume, VisibleAnywhere, BlueprintReadOnly, meta=(DisplayName =
"Streaming Levels"))
38 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=LevelStreamingVolume)
39 uint32 bEditorPreVisOnly:1;
46 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=LevelStreamingVolume)
50 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=LevelStreamingVolume)
59 virtual ENGINE_API void CheckForErrors()
override;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EStreamingVolumeUsage
Definition LevelStreamingVolume.h:18
@ SVB_Loading
Definition LevelStreamingVolume.h:19
@ SVB_LoadingNotVisible
Definition LevelStreamingVolume.h:23
@ SVB_MAX
Definition LevelStreamingVolume.h:24
@ SVB_VisibilityBlockingOnLoad
Definition LevelStreamingVolume.h:21
@ SVB_BlockingOnLoad
Definition LevelStreamingVolume.h:22
@ SVB_LoadingAndVisibility
Definition LevelStreamingVolume.h:20
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
#define UENUM(...)
Definition ObjectMacros.h:749
Definition LevelStreamingVolume.h:30
Definition EnumAsByte.h:22