Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/FStreamingDescriptor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionStreamingDescriptor.h |
| Include | #include "WorldPartition/WorldPartitionStreamingDescriptor.h" |
Syntax
struct FStreamingActor
Remarks
Represents a streaming actor
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ActorGuid | ActorGuid or ActorInstanceGuid depending | |
| FTopLevelAssetPath | BaseClass | Actor class | |
| FString | Label | Actor name/label | |
| FTopLevelAssetPath | NativeClass | Actor native class | |
| FName | Package | Actor package on disk | |
| FSoftObjectPath | Path | Actor full path |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DumpStateLog
(
FHierarchicalLogArchive& Ar |