A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UVaRest_MakeJson Class ReferenceBlueprintableBlueprintType

UCLASS(BlueprintType, Blueprintable) More...

#include <VaRest_BreakJson.h>

Inheritance diagram for UVaRest_MakeJson:
[legend]

Public Member Functions

virtual void AllocateDefaultPins () override
 
virtual class FNodeHandlingFunctorCreateNodeHandler (class FKismetCompilerContext &CompilerContext) const override
 
void GetMenuActions (FBlueprintActionDatabaseRegistrar &ActionRegistrar) const override
 
virtual FText GetMenuCategory () const override
 
virtual FText GetNodeTitle (ENodeTitleType::Type TitleType) const override
 
virtual FLinearColor GetNodeTitleColor () const override
 
virtual bool IsNodePure () const
 
virtual void PostEditChangeProperty (struct FPropertyChangedEvent &PropertyChangedEvent) override
 
virtual bool ShouldShowNodeProperties () const
 

Public Attributes

TArray< FVaRest_NamedTypeInputs
 UPROPERTY(EditAnywhere, Category = PinOptions)
 

Protected Member Functions

virtual void CreateProjectionPins (UEdGraphPin *Source)
 

Private Member Functions

 GENERATED_UCLASS_BODY ()
 

Detailed Description

UCLASS(BlueprintType, Blueprintable)

Definition at line 58 of file VaRest_BreakJson.h.

Member Function Documentation

◆ AllocateDefaultPins()

void UVaRest_MakeJson::AllocateDefaultPins ( )
overridevirtual

Definition at line 449 of file VaRest_BreakJson.cpp.

Here is the call graph for this function:

◆ CreateNodeHandler()

FNodeHandlingFunctor * UVaRest_MakeJson::CreateNodeHandler ( class FKismetCompilerContext & CompilerContext) const
overridevirtual

Definition at line 444 of file VaRest_BreakJson.cpp.

◆ CreateProjectionPins()

void UVaRest_MakeJson::CreateProjectionPins ( UEdGraphPin * Source)
protectedvirtual

Definition at line 514 of file VaRest_BreakJson.cpp.

Here is the caller graph for this function:

◆ GENERATED_UCLASS_BODY()

UVaRest_MakeJson::GENERATED_UCLASS_BODY ( )
private

◆ GetMenuActions()

void UVaRest_MakeJson::GetMenuActions ( FBlueprintActionDatabaseRegistrar & ActionRegistrar) const
override

Definition at line 481 of file VaRest_BreakJson.cpp.

◆ GetMenuCategory()

FText UVaRest_MakeJson::GetMenuCategory ( ) const
overridevirtual

Definition at line 502 of file VaRest_BreakJson.cpp.

◆ GetNodeTitle()

FText UVaRest_MakeJson::GetNodeTitle ( ENodeTitleType::Type TitleType) const
overridevirtual

Definition at line 552 of file VaRest_BreakJson.cpp.

◆ GetNodeTitleColor()

FLinearColor UVaRest_MakeJson::GetNodeTitleColor ( ) const
overridevirtual

Definition at line 461 of file VaRest_BreakJson.cpp.

◆ IsNodePure()

virtual bool UVaRest_MakeJson::IsNodePure ( ) const
inlinevirtual

Definition at line 70 of file VaRest_BreakJson.h.

◆ PostEditChangeProperty()

void UVaRest_MakeJson::PostEditChangeProperty ( struct FPropertyChangedEvent & PropertyChangedEvent)
overridevirtual

Definition at line 466 of file VaRest_BreakJson.cpp.

◆ ShouldShowNodeProperties()

virtual bool UVaRest_MakeJson::ShouldShowNodeProperties ( ) const
inlinevirtual

Definition at line 71 of file VaRest_BreakJson.h.

Member Data Documentation

◆ Inputs

TArray<FVaRest_NamedType> UVaRest_MakeJson::Inputs
EditAnywhere

UPROPERTY(EditAnywhere, Category = PinOptions)

Definition at line 86 of file VaRest_BreakJson.h.


The documentation for this class was generated from the following files: