Navigation
Unreal Engine C++ API Reference > Plugins > DatasmithContent
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ADatasmithSceneActor
References
Module | DatasmithContent |
Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithSceneActor.h |
Include | #include "DatasmithSceneActor.h" |
Syntax
UCLASS&40;&41;
class ADatasmithSceneActor : public AActor
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TMap< FName, TSoftObjectPtr< AActor > > | RelatedActors | Map of all the actors related to this Datasmith Scene |
![]() ![]() ![]() ![]() |
TObjectPtr< class UDatasmithScene > | Scene |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | BeginDestroy () |
Clean up delegates before destruction. |