![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| USimpleConstructionScript const * | GetSimpleConstructionScript (USceneComponent const *Component) |
| USCS_Node * | FindCorrespondingSCSNode (USceneComponent const *ComponentObj) |
| USceneComponent * | GetAttachedParent (USceneComponent const *SceneComponentObject) |
| 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.
| ComponentObj | The component you want to find a USCS_Node for |
| ENGINE_API USceneComponent * ComponentUtils::GetAttachedParent | ( | USceneComponent const * | SceneComponentObject | ) |
A static helper function used to retrieve a component's scene parent
| SceneComponentObject | The component you want the attached parent for |
| ENGINE_API USimpleConstructionScript const * ComponentUtils::GetSimpleConstructionScript | ( | USceneComponent const * | Component | ) |
A helper for retrieving the simple-construction-script that this component belongs in.
| Component | The component you want the SCS for. |