+I create:
UStacticMeshComponent * ItemMesh = CreateDefaultSubObject( “name”);
+How to directly access Scene Component variable of ItemMesh? (or does it even exist)
ItemMesh-> …?..
Please help.
It wouldn’t exist as far as I know. Going by the documentation, it appears to inherit from the USceneComponent as there are overridden properties.
Have a look here as it has all the available properties and Methods
UStaticMeshComponent | Epic Developer Community (epicgames.com)
1 Like
thanks for your help
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.