Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/ObjectElements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithObjectElement
- UDatasmithBasePropertyCaptureElement
- UDatasmithObjectPropertyCaptureElement
- UDatasmithPropertyCaptureElement
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/ObjectElements/DatasmithUObjectElements.h |
| Include | #include "ObjectElements/DatasmithUObjectElements.h" |
Syntax
UCLASS ()
class UDatasmithBasePropertyCaptureElement : public UDatasmithObjectElement
Remarks
UDatasmithBasePropertyCaptureElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< IDatasmithBasePropertyCaptureElement > | DatasmithElement |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< IDatasmithBasePropertyCaptureElement > | |||
| EDatasmithPropertyCategory | GetCategory () |
Gets the category of this property capture | |
| FString | Gets the path used when attempting to capture a generic property | ||
| void | SetCategory
(
EDatasmithPropertyCategory Category |
Sets the category of this property capture | |
| void | SetPropertyPath
(
const FString& Path |
Sets the path used when attempting to capture a generic property |
Overridden from UDatasmithObjectElement
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< IDatasmithElement > | TODO: They are not covariant because of the TWeakPtr, can't override in child. | ||
| bool | Is the Element still valid for the Datasmith Scene |