Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/ANUTActor
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/NUTActor.h |
| Include | #include "NUTActor.h" |
UFUNCTION&40;Reliable, Server, WithValidation&41;
void ServerExecute
&40;
const FString & InDelegate
&41;
Remarks
Takes a string representing a delegate (can't replicate delegate parameters), and executes that delegate on the server
Parameters
| Name | Description |
|---|---|
| InDelegate | A string representing the delegate to be executed |