Show / Hide Table of Contents

Delegate DotNetCallDelegate

Namespace: UE4.Native
Assembly: UE4DotNet.dll
Syntax
public delegate IntPtr DotNetCallDelegate(int callType, IntPtr value);
Parameters
Type Name Description
System.Int32 callType
System.IntPtr value
Returns
Type Description
System.IntPtr
  • Improve this Doc
  • View Source
Back to top Generated by DocFX