KFbxCloneManager::CloneSetElement
#include<kfbxclonemanager.h>

List of all members.

Detailed Description

This represents an element in a set of objects to be cloned.

Definition at line80of filekfbxclonemanager.h.


Public Attributes

KFbxObject::ECloneType mType
 the type of cloning to perform
int mSrcPolicy
 Policy on how to handle source connections on the original object.
int mExternalDstPolicy
 policy on how to handle destination connections on the original object to objects NOT in the clone set.
KFbxObjectmObjectClone
 This is a pointer to the newly created clone.

Member Data Documentation

the type of cloning to perform

Definition at line88of filekfbxclonemanager.h.

Policy on how to handle source connections on the original object.

Valid values are 0 or any bitwise OR'd combination of sConnectToOriginal, and sConnectToClone.

Definition at line93of filekfbxclonemanager.h.

policy on how to handle destination connections on the original object to objects NOT in the clone set.

(Destination connections to objects in the set are handled by that object's source policy) Valid values are 0 or sConnectToOriginal.

Definition at line99of filekfbxclonemanager.h.

This is a pointer to the newly created clone.

It is set after the call toKFbxCloneManager::Clone()

Definition at line104of filekfbxclonemanager.h.