Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Commandlets/ChunkDependencyInfo.h |
| Include | #include "Commandlets/ChunkDependencyInfo.h" |
Syntax
USTRUCT ()
struct FChunkDependency
Remarks
A single dependency, read from ini file
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ChunkID | The child chunk | |
| int32 | ParentChunkID | Parent chunk, anything in both Parent and Child is only placed into Parent |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FChunkDependency& RHS |