Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Inheritance Hierarchy
- ISceneGraphNode
- IDatasmithElement
- IDatasmithBaseVariantElement
- IDatasmithActorBindingElement
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithVariantElements.h |
| Include | #include "DatasmithVariantElements.h" |
Syntax
class IDatasmithActorBindingElement : public IDatasmithBaseVariantElement
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPropertyCapture
(
const TSharedRef< IDatasmithBasePropertyCaptureElement >& Prop |
||
| TSharedPtr< IDatasmithActorElement > | GetActor () |
||
| TSharedPtr< IDatasmithBasePropertyCaptureElement > | GetPropertyCapture
(
int32 Index |
||
| int32 | |||
| void | RemovePropertyCapture
(
const TSharedRef< IDatasmithBasePropertyCaptureElement >& Prop |
||
| void | SetActor
(
TSharedPtr< IDatasmithActorElement > Actor |