![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LevelInstanceTypes.h>
Public Member Functions | |
| FLevelInstanceID () | |
| FLevelInstanceID (class ULevelInstanceSubsystem *LevelInstanceSubsystem, class ILevelInstanceInterface *LevelInstance) | |
| bool | operator!= (const FLevelInstanceID &Other) const |
| bool | operator== (const FLevelInstanceID &Other) const |
| bool | IsValid () const |
| uint64 | GetHash () const |
| const FActorContainerID & | GetContainerID () const |
Friends | |
| uint32 | GetTypeHash (const FLevelInstanceID &Key) |
|
inline |
| FLevelInstanceID::FLevelInstanceID | ( | class ULevelInstanceSubsystem * | LevelInstanceSubsystem, |
| class ILevelInstanceInterface * | LevelInstance | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |