Skip to content

UDiscretePointBlueprintLibrary

Blueprint oriented helper functions for creating & inspecting Discrete Point InstancedStructs.

This library provides utility functions for creating and manipulating Discrete Point instances from within Blueprints. These return TInstancedStruct<FDiscretePoint>.

class UDiscretePointBlueprintLibrary : public UBlueprintFunctionLibrary

Methods

Int32ToDiscretePoint

static TInstancedStruct<FDiscretePoint>
Int32ToDiscretePoint(const int32 InValue)

Converts an integer value to a discrete point.

Parameters

  • InValue (const int32)

DiscretePointToInt32

static int32
DiscretePointToInt32(const TInstancedStruct<FDiscretePoint> &InDiscretePoint)

Converts a discrete point to an integer value.

Parameters

  • InDiscretePoint (const TInstancedStruct<FDiscretePoint>)

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