Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/BoneControllers > API/Runtime/AnimGraphRuntime/BoneControllers/FSimSpaceSettings
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category=Settings,
Meta=(ClampMin="0.0", ClampMax="1.0"))
PRAGMA_ENABLE_DEPRECATION_WARNINGS float WorldAlpha
Remarks
Global multipler on the effects of simulation space movement. Must be in range [0, 1]. If WorldAlpha = 0.0, the system is disabled and the simulation will be fully local (i.e., world-space actor movement and rotation does not affect the simulation). When WorldAlpha = 1.0 the simulation effectively acts as a world-space sim, but with the ability to apply limits using the other parameters.