NvBlastFamilyGetActorByIndex

Defined in lowlevel/NvBlast.h

NvBlastActor *NvBlastFamilyGetActorByIndex(const NvBlastFamily *family, uint32_t actorIndex, NvBlastLog logFn)

Retrieve the actor associated with the given actor index.

Parameters
  • family[in] The family.

  • actorIndex[in] The index of actor.

  • logFn[in] User-supplied message function (see NvBlastLog definition). May be NULL.

Returns

pointer to actor associated with given actor index. NULL if there is no such actor or it is inactive.