Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGGenSourceWPStreamingSource |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/GenSources/PCGGenSourceWPStreamingSource.h |
| Include Path | #include "RuntimeGen/GenSources/PCGGenSourceWPStreamingSource.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGenSourceWPStreamingSource :
public UObject ,
public IPCGGenSourceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGGenSourceWPStreamingSource
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StreamingSource | const FWorldPartitionStreamingSource * | RuntimeGen/GenSources/PCGGenSourceWPStreamingSource.h |
Functions
Public
Overridden from IPCGGenSourceBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOptional< FVector > GetDirection() |
Returns the normalized forward vector of this gen source. | RuntimeGen/GenSources/PCGGenSourceWPStreamingSource.h | |
virtual TOptional< FVector > GetPosition() |
Returns the world space position of this gen source. | RuntimeGen/GenSources/PCGGenSourceWPStreamingSource.h |