UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNaniteAssemblyBoneInfluence Struct Reference

#include <NaniteAssemblyData.h>

Public Member Functions

bool operator== (const FNaniteAssemblyBoneInfluence &Other) const
 
bool operator!= (const FNaniteAssemblyBoneInfluence &Other) const
 

Public Attributes

int32 BoneIndex = INDEX_NONE
 
float BoneWeight = 1.0f
 

Detailed Description

A mapping of bone index and weight for bone attachment in Nanite Assemblies

Member Function Documentation

◆ operator!=()

bool FNaniteAssemblyBoneInfluence::operator!= ( const FNaniteAssemblyBoneInfluence Other) const
inline

◆ operator==()

bool FNaniteAssemblyBoneInfluence::operator== ( const FNaniteAssemblyBoneInfluence Other) const
inline

Member Data Documentation

◆ BoneIndex

int32 FNaniteAssemblyBoneInfluence::BoneIndex = INDEX_NONE

◆ BoneWeight

float FNaniteAssemblyBoneInfluence::BoneWeight = 1.0f

The documentation for this struct was generated from the following file: