Navigation
API > API/Runtime > API/Runtime/Engine
Data to describe a Nanite Assembly
| Name | FNaniteAssemblyData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NaniteAssemblyData.h |
| Include Path | #include "Engine/NaniteAssemblyData.h" |
Syntax
USTRUCT ()
struct FNaniteAssemblyData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Nodes | TArray< FNaniteAssemblyNode > | The list of assembly part instance nodes | Engine/NaniteAssemblyData.h | |
| Parts | TArray< FNaniteAssemblyPart > | The list of assembly parts | Engine/NaniteAssemblyData.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const bool IsValid() |
Engine/NaniteAssemblyData.h | ||
void SerializeForDDC
(
FArchive& Ar |
Engine/NaniteAssemblyData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FNaniteAssemblyData& Other |
Engine/NaniteAssemblyData.h | ||
bool operator==
(
const FNaniteAssemblyData& Other |
Engine/NaniteAssemblyData.h |