Blueprint

Overview

UCWorldBPLibrary exposes world query functions to Blueprint. All functions are BlueprintCallable and BlueprintPure under the Cdryx|World|CWorldBPLibrary category.

Functions

Name Description
zCalculateWorld3D Returns a FVector with the input X,Y and the computed Z height from the world noise
zCalculateWorld2D Returns the Z height as a float from a 2D coordinate
adaptRotatorToSlope3D Adapts a rotator to align with the terrain slope at a 3D position
adaptRotatorToSlope2D Adapts a rotator to align with the terrain slope at a 2D position