UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAttachmentGroupSceneInfo Class Reference

#include <ScenePrivate.h>

Public Member Functions

 FAttachmentGroupSceneInfo ()
 

Public Attributes

FPrimitiveSceneInfoParentSceneInfo
 
TArray< FPrimitiveSceneInfo * > Primitives
 

Detailed Description

Information about the primitives that are attached together.

Constructor & Destructor Documentation

◆ FAttachmentGroupSceneInfo()

FAttachmentGroupSceneInfo::FAttachmentGroupSceneInfo ( )
inline

Member Data Documentation

◆ ParentSceneInfo

FPrimitiveSceneInfo* FAttachmentGroupSceneInfo::ParentSceneInfo

The parent primitive, which is the root of the attachment tree.

◆ Primitives

TArray<FPrimitiveSceneInfo*> FAttachmentGroupSceneInfo::Primitives

The primitives in the attachment group.


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