Python Reference Guide
 
Loading...
Searching...
No Matches
FBEventOverrideFileOpen Class Reference

Event that is called before a file open/merge. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBEventOverrideFileOpen:

Public Member Functions

 FBEventOverrideFileOpen (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

Public Attributes

str FilePath
 Read Only Property: Path to the file that will be opened/merged.

 
bool 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.

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

Detailed Description

Event that is called before a file open/merge.


Constructor & Destructor Documentation

◆ FBEventOverrideFileOpen()

FBEventOverrideFileOpen ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ FilePath

str FilePath

Read Only Property: Path to the file that will be opened/merged.

◆ WillOverride

bool 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.