UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeometryCollectionISMPoolSubSystem.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "GeometryCollectionISMPoolSubSystem.generated.h"
7
9class ULevel;
14UCLASS(MinimalAPI)
15class UE_DEPRECATED(5.6, "UGeometryCollectionISMPoolSubSystem is deprecated, please use UISMPoolSubSystem instead.") UGeometryCollectionISMPoolSubSystem : public UWorldSubsystem
16{
18
19public:
21
22 // USubsystem BEGIN
25 // USubsystem END
26
31
36
38 UFUNCTION()
39 void OnActorEndPlay(AActor* InSource, EEndPlayReason::Type Reason);
40
45};
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:12
#define PRAGMA_DISABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:8
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition Actor.h:257
Definition SubsystemCollection.h:15
Definition Array.h:670
Definition UnrealString.h.inl:34
Definition Level.h:423
Definition WorldSubsystem.h:16
Definition EngineTypes.h:3429
Definition ObjectPtr.h:488