Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
References
| |
|
| Module |
SmartObjectsModule |
| Header |
/Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRenderingComponent.h |
| Include |
#include "SmartObjectRenderingComponent.h" |
Syntax
UCLASS (
HideCategories=(Object, LOD, Lighting, VirtualTexture, Transform, HLOD, Collision, TextureStreaming, Mobile, Physics, Tags, AssetUserData, Activation, Cooking, Rendering),
EditInlineNew, Meta=(BlueprintSpawnableComponent))
class USmartObjectRenderingComponent : public UPrimitiveComponent
Constructors
| |
Type |
Name |
Description |
 |
|
|
|
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 |
|
Calculate the bounds of the component. Default behavior is a bounding box/sphere of zero size. |
Overridden from UObject
| |
Type |
Name |
Description |
 |
void |
|
Called when a property on this object has been modified externally |