Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/Resources
Inheritance Hierarchy
- UObject
- UPCGManagedResource
- UPCGManagedComponentBase
- UPCGManagedComponent
- UPCGDynamicMeshManagedComponent
References
| Module | PCGGeometryScriptInterop |
| Header | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Resources/PCGDynamicMeshManagedComponent.h |
| Include | #include "Resources/PCGDynamicMeshManagedComponent.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UPCGDynamicMeshManagedComponent : public UPCGManagedComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| UDynamicMeshComponent * | CachedRawComponentPtr | Cached raw pointer to UDynamicMeshComponent. | |
| uint64 | DataUID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDynamicMeshComponent * | GetComponent () |
||
| uint64 | GetDataUID () |
||
| void | SetComponent
(
UDynamicMeshComponent* InComponent |
||
| void | SetDataUID
(
uint64 InDataUID |
Overridden from UPCGManagedComponentBase
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| bool |
Overridden from UPCGManagedResource
| Type | Name | Description | |
|---|---|---|---|
| void | MarkAsReused () |
Marks the resource as being reused as-is during the generation |