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