Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FNode |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/SpatialAlgo/PCGAStar.h |
| Include Path | #include "SpatialAlgo/PCGAStar.h" |
Syntax
struct FNode
Derived Classes
FNode derived class hierarchy
- TBinaryOpLambdaNode
- FAnimationMergeNode
- FAsyncNode
- FAudioConvertNode
- FAudioLoadNode
- FAudioSaveNode
- FBakeMeshMultiTextureNode
- FSourceNodeBase
- FBakeMeshNormalMapNode
- FBakeMeshTextureImageNode
- FBurnContoursNode
- FProcessMeshBaseNode
- TProcessMeshWithSettingsBaseNode
- TTransformerWithSettingsNode
- FCopyImagesNode
- FDepthGenerateNode
- FDepthLoadNode
- FDepthMapDiagnosticsNode
- FDepthQuantizeNode
- FDepthResizeNode
- FDepthSaveNode
- FDepthToUEImageNode
- FDropFrameNode
- TTransferNode
- FFaceTrackerIPhoneNode
- FFaceTrackerPostProcessingFilterNode
- FFaceTrackerPostProcessingNode
- FFaceTrackerStereoNode
- FFColorToUEImageNode
- FFlowNode
- FGenerateSimpleCollisionNode
- FHyprsenseNodeBase
- FHyprsenseRealtimeNode
- FHyprsenseRealtimeSmoothingNode
- FJsonTitanTrackerNode
- FJsonTrackerNode
- FLiteralNode
- FMakeMeshBakingCacheNode
- FMakeTriangleSetsFromMeshNode
- FNeutralFrameNode
- TSwitchNode
- FOffsetContoursNode
- FRealtimeSpeechToAnimNode
- FReplaceNode
- FSaveContoursToJsonNode
- FSpeechToAnimNode
- FUEGrayImageToUEImageNode
- FUEImageCompositeNode
- FUEImageCropNode
- FUEImageLoadNode
- FUEImageResizeNode
- FUEImageRotateNode
- FUEImageSaveNode
- FUEImageToHSImageNode
- FUEImageToUEGrayImageNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNode
(
const FPCGPoint* InPCGPoint, |
SpatialAlgo/PCGAStar.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EstimatedGoalCost | double | Current total cost when heuristic is added to the local cost. | SpatialAlgo/PCGAStar.h | |
| LocalCost | double | Concrete cost from start to this node. | SpatialAlgo/PCGAStar.h | |
| PCGPoint | const FPCGPoint * | SpatialAlgo/PCGAStar.h | ||
| PreviousNodeIndex | int32 | The currently assigned parent node with the least cost. | SpatialAlgo/PCGAStar.h |