Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/RuntimeGen > API/Plugins/PCG/RuntimeGen/GenSources
Inheritance Hierarchy
- IPCGGenSourceBase
- UPCGGenSourceComponent
- UPCGGenSourceEditorCamera
- UPCGGenSourcePlayer
- UPCGGenSourceWPStreamingSource
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/GenSources/PCGGenSourceBase.h |
| Include | #include "RuntimeGen/GenSources/PCGGenSourceBase.h" |
Syntax
class IPCGGenSourceBase
Remarks
A PCG Generation Source represents an object in the world that provokes nearby PCG Components to generate through the Runtime Generation Scheduler.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FVector > | GetDirection () |
Returns the normalized forward vector of this gen source. | |
| TOptional< FVector > | GetPosition () |
Returns the world space position of this gen source. |