Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/UUIFrameworkWidget
- UObject::CallRemoteFunction()
- UUIFrameworkWidget::CallRemoteFunction()
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/UIFWidget.h |
| Include | #include "UIFWidget.h" |
| Source | /Engine/Plugins/Experimental/UIFramework/Source/Private/UIFWidget.cpp |
virtual bool CallRemoteFunction
&40;
UFunction &42; Function,
void &42; Parms,
FOutParmRec &42; OutParms,
FFrame &42; Stack
&41;
Remarks
Call the actor's function remotely
Parameters
| Name | Description |
|---|---|
| Function | function to call |
| Parameters | arguments to the function call |
| Stack | stack frame for the function call |