Navigation
API > API/Plugins > API/Plugins/PCG
Returns the current call or recursion depth in the execution stack.
| Name | UPCGGetSubgraphDepthSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGGetSubgraphDepth.h |
| Include Path | #include "Elements/PCGGetSubgraphDepth.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetSubgraphDepthSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGGetSubgraphDepthSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bQuietInvalidDepthQueries | bool | Elements/PCGGetSubgraphDepth.h |
|
|
| DistanceRelativeToUpstreamGraph | int | In the case of recursive depth, it is possible to target the current graph (0), the parent graph (1) or other graphs upstream (2+). | Elements/PCGGetSubgraphDepth.h |
|
| Mode | EPCGSubgraphDepthMode | Elements/PCGGetSubgraphDepth.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetAdditionalTitleInformation() |
Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | Elements/PCGGetSubgraphDepth.h | |
virtual EPCGChangeType GetChangeTypeForProperty
(
const FName& InPropertyName |
Gets the change impact for a given property. | Elements/PCGGetSubgraphDepth.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGGetSubgraphDepth.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGGetSubgraphDepth.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGGetSubgraphDepth.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGGetSubgraphDepth.h | ||
virtual bool HasFlippedTitleLines() |
Display generated title line as primary title (example: BP nodes display the blueprint name as the primary title). | Elements/PCGGetSubgraphDepth.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGGetSubgraphDepth.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGGetSubgraphDepth.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGGetSubgraphDepth.h |