UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISMPoolActor.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
5#include "ISMPoolActor.generated.h"
6
9
10UCLASS(ConversionRoot, ComponentWrapperClass, MinimalAPI)
12{
14
15private:
16 UPROPERTY(Category = ISMPoolActor, VisibleAnywhere, BlueprintReadOnly, meta = (AllowPrivateAccess = "true"))
18
19 UPROPERTY(Category = ISMPoolActor, VisibleAnywhere, BlueprintReadOnly, meta = (AllowPrivateAccess = "true"))
21
22public:
24 UISMPoolComponent* GetISMPoolComp() const { return ISMPoolComp; }
25};
26
27
28
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition Actor.h:257
Definition ISMPoolActor.h:12
UISMPoolComponent * GetISMPoolComp() const
Definition ISMPoolActor.h:24
Definition ISMPoolComponent.h:339
Definition ISMPoolDebugDrawComponent.h:16
Definition ObjectPtr.h:488