Navigation
API > API/Runtime > API/Runtime/Engine
Internal struct used by level code to mark actors as destroyed
| Name | FMarkActorIsBeingDestroyed |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
Syntax
struct FMarkActorIsBeingDestroyed
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMarkActorIsBeingDestroyed
(
AActor* InActor |
GameFramework/Actor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UWorld | friend | GameFramework/Actor.h |