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