Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObject
- UPCGManagedResource
- UPCGManagedComponentBase
- UPCGManagedComponent
- UPCGManagedSplineMeshComponent
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGManagedResource.h |
| Include | #include "PCGManagedResource.h" |
Syntax
UCLASS (BlueprintType)
class UPCGManagedSplineMeshComponent : public UPCGManagedComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| USplineMeshComponent * | CachedRawComponentPtr | Cached raw pointer to USplineMeshComponent. | |
| FSplineMeshComponentDescriptor | Descriptor | ||
| uint64 | SettingsUID | ||
| FPCGSplineMeshParams | SplineMeshParams |
Functions
| Type | Name | Description | |
|---|---|---|---|
| USplineMeshComponent * | GetComponent () |
||
| const FSplineMeshComponentDescriptor & | |||
| uint64 | |||
| const FPCGSplineMeshParams & | |||
| void | SetComponent
(
USplineMeshComponent* InComponent |
||
| void | SetDescriptor
(
const FSplineMeshComponentDescriptor& InDescriptor |
||
| void | SetSettingsUID
(
uint64 InSettingsUID |
||
| void | SetSplineMeshParams
(
const FPCGSplineMeshParams& InSplineMeshParams |
Overridden from UPCGManagedComponentBase
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| bool |