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

UCLASS(BlueprintType, Blueprintable) More...

#include <VaRest_BreakJson.h>

Inheritance diagram for UVaRest_BreakJson:
[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_NamedTypeOutputs
 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 94 of file VaRest_BreakJson.h.

Member Function Documentation

◆ AllocateDefaultPins()

void UVaRest_BreakJson::AllocateDefaultPins ( )
overridevirtual

Definition at line 179 of file VaRest_BreakJson.cpp.

Here is the call graph for this function:

◆ CreateNodeHandler()

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

Definition at line 174 of file VaRest_BreakJson.cpp.

◆ CreateProjectionPins()

void UVaRest_BreakJson::CreateProjectionPins ( UEdGraphPin * Source)
protectedvirtual

Definition at line 244 of file VaRest_BreakJson.cpp.

Here is the caller graph for this function:

◆ GENERATED_UCLASS_BODY()

UVaRest_BreakJson::GENERATED_UCLASS_BODY ( )
private

◆ GetMenuActions()

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

Definition at line 211 of file VaRest_BreakJson.cpp.

◆ GetMenuCategory()

FText UVaRest_BreakJson::GetMenuCategory ( ) const
overridevirtual

Definition at line 232 of file VaRest_BreakJson.cpp.

◆ GetNodeTitle()

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

Definition at line 281 of file VaRest_BreakJson.cpp.

◆ GetNodeTitleColor()

FLinearColor UVaRest_BreakJson::GetNodeTitleColor ( ) const
overridevirtual

Definition at line 191 of file VaRest_BreakJson.cpp.

◆ IsNodePure()

virtual bool UVaRest_BreakJson::IsNodePure ( ) const
inlinevirtual

Definition at line 106 of file VaRest_BreakJson.h.

◆ PostEditChangeProperty()

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

Definition at line 196 of file VaRest_BreakJson.cpp.

◆ ShouldShowNodeProperties()

virtual bool UVaRest_BreakJson::ShouldShowNodeProperties ( ) const
inlinevirtual

Definition at line 107 of file VaRest_BreakJson.h.

Member Data Documentation

◆ Outputs

TArray<FVaRest_NamedType> UVaRest_BreakJson::Outputs
EditAnywhere

UPROPERTY(EditAnywhere, Category = PinOptions)

Definition at line 122 of file VaRest_BreakJson.h.


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