BP_RTT_EntropyDemo — Blueprint Spec
RTT / Integrations / UE6 / Examples
Identity#
- Name:
BP_RTT_EntropyDemo - Parent:
Actor - Path:
RTT/Examples/BP_RTT_EntropyDemo
Components#
DefaultSceneRoot:SceneComponentRTTComponent:URTTComponentEntropySphere:StaticMeshComponent(sphere withM_RTT_EntropyField)
Variables (Category: RTT)#
EntropyScale: float =1.0
Event Graph#
Event BeginPlay
- Create Dynamic Material Instance for
EntropySphereusingM_RTT_EntropyField - Store as
EntropyMID
Event Tick
- Call
RTT_TraceEntropyonRTTComponent→EntropySignature - Set scalar/vector params on
EntropyMID:EntropyIntensity=EntropySignature.IntensityEntropyRadius=EntropySignature.Radius * EntropyScaleEntropyCenter=EntropySignature.Location
- Optional:
Draw Debug SphereatEntropySignature.Location.
Purpose#
Spatial entropy field visualization using the entropy material.