Navigation
API > API/Plugins > API/Plugins/ChaosVehiclesEditor
| Name | UAnimGraphNode_WheelController |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehiclesEditor/Public/AnimGraphNode_WheelController.h |
| Include Path | #include "AnimGraphNode_WheelController.h" |
Syntax
UCLASS (MinimalAPI, Meta=(Keywords="Modify Wheel Vehicle"))
class UAnimGraphNode_WheelController : public UAnimGraphNode_SkeletalControlBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_SkeletalControlBase → UAnimGraphNode_WheelController
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_WheelController
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_WheelController.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_WheelController | AnimGraphNode_WheelController.h |
|
Functions
Public
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ValidateAnimNodePostCompile
(
FCompilerResultsLog& MessageLog, |
Validate if this is within VehicleAnimInstance | AnimGraphNode_WheelController.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_WheelController.h | ||
virtual FText GetTooltipText() |
AnimGraphNode_WheelController.h | ||
virtual bool IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
AnimGraphNode_WheelController.h |
Protected
Overridden from UAnimGraphNode_SkeletalControlBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetControllerDescription() |
AnimGraphNode_WheelController.h | ||
virtual const FAnimNode_SkeletalControlBase * GetNode() |
AnimGraphNode_WheelController.h |