UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SMInstanceElementWorldInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "SMInstanceElementWorldInterface.generated.h"
7
8UCLASS(MinimalAPI)
10{
12
13public:
14 ENGINE_API virtual bool CanEditElement(const FTypedElementHandle& InElementHandle) override;
15 ENGINE_API virtual bool IsTemplateElement(const FTypedElementHandle& InElementHandle) override;
16 ENGINE_API virtual ULevel* GetOwnerLevel(const FTypedElementHandle& InElementHandle) override;
17 ENGINE_API virtual UWorld* GetOwnerWorld(const FTypedElementHandle& InElementHandle) override;
18 ENGINE_API virtual bool GetBounds(const FTypedElementHandle& InElementHandle, FBoxSphereBounds& OutBounds) override;
19 ENGINE_API virtual bool CanMoveElement(const FTypedElementHandle& InElementHandle, const ETypedElementWorldType InWorldType) override;
20 ENGINE_API virtual bool GetWorldTransform(const FTypedElementHandle& InElementHandle, FTransform& OutTransform) override;
21 ENGINE_API virtual bool SetWorldTransform(const FTypedElementHandle& InElementHandle, const FTransform& InTransform) override;
22 ENGINE_API virtual bool GetRelativeTransform(const FTypedElementHandle& InElementHandle, FTransform& OutTransform) override;
23 ENGINE_API virtual bool SetRelativeTransform(const FTypedElementHandle& InElementHandle, const FTransform& InTransform) override;
24 ENGINE_API virtual void NotifyMovementStarted(const FTypedElementHandle& InElementHandle) override;
25 ENGINE_API virtual void NotifyMovementOngoing(const FTypedElementHandle& InElementHandle) override;
26 ENGINE_API virtual void NotifyMovementEnded(const FTypedElementHandle& InElementHandle) override;
28};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
ETypedElementWorldType
Definition TypedElementWorldInterface.h:26
Definition TypedElementWorldInterface.h:80
Definition Array.h:670
Definition AndroidPlatformMisc.h:14
Definition Level.h:423
Definition Object.h:95
Definition SMInstanceElementWorldInterface.h:10
Definition World.h:918
Definition TypedElementHandle.h:18
Definition TypedElementWorldInterface.h:508
Definition BoxSphereBounds.h:25