NvBlastActorGetGraphNodeIndices

Defined in lowlevel/NvBlast.h

uint32_t NvBlastActorGetGraphNodeIndices(uint32_t *graphNodeIndices, uint32_t graphNodeIndicesSize, const NvBlastActor *actor, NvBlastLog logFn)

Retrieve a list of graph node indices for the actor into the given array.

Parameters
  • graphNodeIndices[in] User-supplied array to be filled in with indices of graph nodes for this actor.

  • graphNodeIndicesSize[in] The size of the graphNodeIndices array. To receive all graph node indices, the size must be at least that given by NvBlastActorGetGraphNodeCount(actor).

  • actor[in] The actor.

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

Returns

the number of indices written to graphNodeIndices. This will not exceed graphNodeIndicesSize.