UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ComponentUtils Namespace Reference

Functions

USimpleConstructionScript const * GetSimpleConstructionScript (USceneComponent const *Component)
 
USCS_NodeFindCorrespondingSCSNode (USceneComponent const *ComponentObj)
 
USceneComponent * GetAttachedParent (USceneComponent const *SceneComponentObject)
 

Function Documentation

◆ FindCorrespondingSCSNode()

ENGINE_API USCS_Node * ComponentUtils::FindCorrespondingSCSNode ( USceneComponent const *  ComponentObj)

A static helper function for retrieving the simple-construction-script node that corresponds to the specified scene component template.

Parameters
ComponentObjThe component you want to find a USCS_Node for
Returns
A USCS_Node pointer corresponding to the specified component (NULL if we didn't find one)

◆ GetAttachedParent()

ENGINE_API USceneComponent * ComponentUtils::GetAttachedParent ( USceneComponent const *  SceneComponentObject)

A static helper function used to retrieve a component's scene parent

Parameters
SceneComponentObjectThe component you want the attached parent for
Returns
A pointer to the component's scene parent (NULL if there was not one)

◆ GetSimpleConstructionScript()

ENGINE_API USimpleConstructionScript const * ComponentUtils::GetSimpleConstructionScript ( USceneComponent const *  Component)

A helper for retrieving the simple-construction-script that this component belongs in.

Parameters
ComponentThe component you want the SCS for.
Returns
The component's blueprint SCS (NULL if one wasn't found).