Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceActorGuid.h |
| Include | #include "LevelInstance/LevelInstanceActorGuid.h" |
Syntax
struct FLevelInstanceActorGuid
Remarks
Helper struct that allows serializing the ActorGuid for runtime use.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< AActor > | Actor | ||
| FGuid | ActorGuid |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Exists only to support 'FVTableHelper' Actor constructors. | |||
FLevelInstanceActorGuid
(
AActor* InActor |