![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LevelInstanceActorGuid.h>
Public Member Functions | |
| FLevelInstanceActorGuid () | |
| FLevelInstanceActorGuid (AActor *InActor) | |
| ENGINE_API void | AssignIfInvalid () |
| ENGINE_API bool | IsValid () const |
| ENGINE_API const FGuid & | GetGuid () const |
Public Attributes | |
| TObjectPtr< AActor > | Actor = nullptr |
| FGuid | ActorGuid |
Friends | |
| ENGINE_API friend FArchive & | operator<< (FArchive &Ar, FLevelInstanceActorGuid &LevelInstanceActorGuid) |
Helper struct that allows serializing the ActorGuid for runtime use.
|
inline |
|
inline |
| void FLevelInstanceActorGuid::AssignIfInvalid | ( | ) |
| const FGuid & FLevelInstanceActorGuid::GetGuid | ( | ) | const |
| bool FLevelInstanceActorGuid::IsValid | ( | ) | const |
|
friend |
| TObjectPtr<AActor> FLevelInstanceActorGuid::Actor = nullptr |
| FGuid FLevelInstanceActorGuid::ActorGuid |