Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- FInstanceCacheDataBase
- FActorComponentInstanceData
- FPCGComponentInstanceData
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGComponent.h |
| Include | #include "PCGComponent.h" |
Syntax
struct FPCGComponentInstanceData : public FActorComponentInstanceData
Remarks
Used to store generated resources data during RerunConstructionScripts
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UPCGManagedResource > > | GeneratedResources | ||
| TObjectPtr< const UPCGComponent > | SourceComponent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGComponentInstanceData
(
const UPCGComponent* InSourceComponent |
Overridden from FActorComponentInstanceData
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyToComponent
(
UActorComponent* Component, |
Applies this component instance data to the supplied component | |
| bool | ContainsData () |
Determines if any instance data was actually saved. |
Overridden from FInstanceCacheDataBase
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |