unreal.PCGBlueprintPinHelpers¶
- class unreal.PCGBlueprintPinHelpers(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryPCGBlueprint Pin Helpers
C++ Source:
Plugin: PCG
Module: PCG
File: PCGPin.h
- classmethod get_corresponding_data_type(exclusive_data_type) int32¶
Get Corresponding Data Type
- Parameters:
exclusive_data_type (PCGExclusiveDataType)
- Return type:
int32
- classmethod is_exactly_same_type(allowed_types, type_to_check) bool¶
Is Exactly Same Type
- Parameters:
allowed_types (int32)
type_to_check (PCGExclusiveDataType)
- Return type:
- classmethod is_of_type(allowed_types, type_to_check) bool¶
Is Of Type
- Parameters:
allowed_types (int32)
type_to_check (PCGExclusiveDataType)
- Return type: