7#include "ActorInstanceManagerInterface.generated.h"
13class UPrimitiveComponent;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition ActorInstanceManagerInterface.h:23
virtual FTransform GetTransform(const FActorInstanceHandle &Handle) const =0
virtual int32 ConvertCollisionIndexToInstanceIndex(int32 InIndex, const UPrimitiveComponent *RelevantComponent) const =0
virtual AActor * FindOrCreateActor(const FActorInstanceHandle &Handle)=0
virtual AActor * FindActor(const FActorInstanceHandle &Handle)=0
virtual ULevel * GetLevelForInstance(int32 InstanceIndex) const =0
virtual UClass * GetRepresentedClass(int32 InstanceIndex) const =0
Definition ActorInstanceManagerInterface.h:18
Definition Interface.h:19
Definition ActorInstanceHandle.h:33