UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LevelInstanceEditorPivotActor.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
UObject/ObjectMacros.h
"
7
#include "
GameFramework/Actor.h
"
8
#include "
LevelInstance/LevelInstanceTypes.h
"
9
#include "
LevelInstance/LevelInstanceEditorPivotInterface.h
"
10
#include "LevelInstanceEditorPivotActor.generated.h"
11
12
UCLASS
(
transient
, notplaceable,
hidecategories
=(
Rendering
,Replication,
Collision
,Partition,
Input
,
HLOD
,
Actor
,Cooking), MinimalAPI)
13
class
ALevelInstancePivot
:
public
AActor
,
public
ILevelInstanceEditorPivotInterface
14
{
15
GENERATED_UCLASS_BODY
()
16
17
#if WITH_EDITOR
18
public
:
19
virtual
bool
CanDeleteSelectedActor
(
FText
&
OutReason
)
const override
{
return
false
; }
20
ENGINE_API
virtual
void
PostEditMove
(
bool
bFinished)
override
;
21
ENGINE_API
virtual
void
PostEditChangeProperty(
FPropertyChangedEvent
& PropertyChangedEvent)
override
;
22
ENGINE_API
virtual
void
PostEditUndo
()
override
;
23
virtual
bool
ShouldExport
()
override
{
return
false
; }
24
private
:
25
virtual
bool
ActorTypeSupportsDataLayer
()
const override
{
return
false
; }
26
virtual
bool
ActorTypeSupportsExternalDataLayer
()
const override
{
return
false
; }
27
#endif
28
};
EARSpatialMeshUsageFlags::Collision
@ Collision
Actor.h
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EDatasmithElementType::Actor
@ Actor
LevelInstanceEditorPivotInterface.h
LevelInstanceTypes.h
ObjectMacros.h
GENERATED_UCLASS_BODY
#define GENERATED_UCLASS_BODY(...)
Definition
ObjectMacros.h:768
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
ERayTracingGeometryInitializerType::Rendering
@ Rendering
EStyleColor::Input
@ Input
AActor
Definition
Actor.h:257
ALevelInstancePivot
Definition
LevelInstanceEditorPivotActor.h:14
FText
Definition
Text.h:385
ILevelInstanceEditorPivotInterface
Definition
LevelInstanceEditorPivotInterface.h:20
FPropertyChangedEvent
Definition
UnrealType.h:6865
Engine
Source
Runtime
Engine
Public
LevelInstance
LevelInstanceEditorPivotActor.h
Generated by
1.9.8