Skip to content

UPointBlueprintLibrary

Blueprint oriented helper functions for inspecting Point InstancedStructs.

This library provides general utility functions for inspecting different types of Point instances from within Blueprints.

For type-specific functions (creation, conversion, etc.), see:UMultiBinaryPointBlueprintLibrary for MultiBinary points UDiscretePointBlueprintLibrary for Discrete points UMultiDiscretePointBlueprintLibrary for MultiDiscrete points UBoxPointBlueprintLibrary for Box (continuous) points UDictPointBlueprintLibrary for Dictionary points

class UPointBlueprintLibrary : public UBlueprintFunctionLibrary

Methods

Point_Type

static EPointType Point_Type(const FInstancedStruct &InPoint)

Gets the underlying kind/type of a point.

Parameters

  • InPoint (const FInstancedStruct)

Point_IsOfType

static bool Point_IsOfType(const FInstancedStruct &InPoint, EPointType InType)

Check if a point is of a specific type.

Parameters

  • InPoint (const FInstancedStruct)

  • InType (EPointType)

Source: Source/Schola/Public/Points/Blueprint/PointBlueprintLibrary.h