PopcornFX v2.16

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
  1. Home
  2. Docs
  3. PopcornFX v2.16
  4. Node Reference
  5. Builtin nodes
  6. Samplers
  7. EventStream

EventStream

Scope: Simulation graph.

The sampler data nodes are used in the simulation graph to describe the different data types that can be sampled to retrieve information with which you can drive the particles behavior.

Those nodes can either be directly inserted in the graph or you can use attribute samplers in the effect interface to manipulate the sampler data.

 

SamplerDataEventStream

PropertyTypeDescription
EventSourceenum
  • Inline: Event-stream data is stored inside the .pkfx file
PayloadarrayArray of payloads that will be sent by each event pulsed out of the stream
Output pins
DataEventStreamdataEventStreamThe event stream data
+ all sampler properties

 

Payload properties

PropertyTypeDescription
ValuestringName of the payload
TypedatatypeType of the payload, can be any of the following types:

    • float
    • float2
    • float3
    • float4
    • int
    • int2
    • int3
    • int4
    • bool
    • bool2
    • bool3
    • bool4
    • orientation

 

Was this article helpful to you? Yes No

How can we help?