Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- USmartObjectContainerRenderingComponent
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectContainerRenderingComponent.h |
| Include | #include "SmartObjectContainerRenderingComponent.h" |
Syntax
UCLASS&40;
HideCategories&61;&40;Object, LOD, Lighting, VirtualTexture, Transform, HLOD, Collision, TextureStreaming, Mobile, Physics, Tags, AssetUserData, Activation, Cooking, Rendering&41;,
EditInlineNew, Meta&61;&40;BlueprintSpawnableComponent&41;&41;
class USmartObjectContainerRenderingComponent : public UPrimitiveComponent
Constructors
| Type | Name | Description | |
|---|---|---|---|
USmartObjectContainerRenderingComponent
(
const FObjectInitializer& ObjectInitializer |
Overridden from UPrimitiveComponent
| Type | Name | Description | |
|---|---|---|---|
| FPrimitiveSceneProxy * | Creates a proxy to represent the primitive to the scene manager in the rendering thread. | ||
| bool | Determines whether the proxy for this primitive type needs to be recreated whenever the primitive moves. |
Overridden from USceneComponent
| Type | Name | Description | |
|---|---|---|---|
| FBoxSphereBounds | CalcBounds
(
const FTransform& LocalToWorld |
Calculate the bounds of the component. Default behavior is a bounding box/sphere of zero size. |