Event that is called before a file open/merge. More...
#include <fbapplication.h>
Public Member Functions | |
FBEventOverrideFileOpen (HKEventBase pEvent) | |
Constructor. More... | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. More... | |
Public Attributes | |
FBPropertyString | FilePath |
Read Only Property: Path to the file that will be opened/merged. More... | |
FBPropertyBool | WillOverride |
Read Write Property: Set to true for handling the file load, false by default. If the return value is false, MotionBuilder will proceed with the normal file open/merge process. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
Event that is called before a file open/merge.
Definition at line 280 of file fbapplication.h.
FBEventOverrideFileOpen | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
FBPropertyString FilePath |
Read Only Property: Path to the file that will be opened/merged.
Definition at line 288 of file fbapplication.h.
FBPropertyBool WillOverride |
Read Write Property: Set to true for handling the file load, false by default. If the return value is false, MotionBuilder will proceed with the normal file open/merge process.
Definition at line 289 of file fbapplication.h.