Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) Native_UProperty.ShouldPort Examples
Programming Language:
C# (CSharp)
Class/Type:
Native_UProperty
Method/Function:
ShouldPort
Examples at hotexamples.com:
1
C# (CSharp) Native_UProperty.ShouldPort - 1 examples found
. These are the top rated real world C# (CSharp) examples of
Native_UProperty.ShouldPort
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
HasAnyPropertyFlags(13)
DestroyValue(10)
GetValueTypeHash(8)
Identical(8)
Get_ElementSize(7)
InitializeValue(7)
GetSize(6)
Get_ArrayDim(4)
GetOffset_ForUFunction(3)
GetOffset_ForInternal(3)
GetMinAlignment(3)
ExportText_Direct(3)
DestroyValue_InContainer(3)
CopySingleValue(3)
GetPropertyFlags(3)
InitializeValue_InContainer(2)
IsInContainer(2)
HasAllPropertyFlags(2)
Get_RepIndex(2)
SameType(2)
ContainerVoidPtrToValuePtr(2)
SetPropertyFlags(2)
IsEditorOnlyProperty(1)
IsInContainerStruct(1)
PassCPPArgsByRef(1)
ShouldDuplicateValue(1)
ClearPropertyFlags(1)
GetRepOwner(1)
EmitReferenceInfo(1)
ContainerUObjectPtrToValuePtr(1)
ContainerUObjectPtrToValuePtrForDefaults(1)
ContainerVoidPtrToValuePtrForDefaults(1)
ContainsInstancedObjectProperty(1)
ContainsObjectReference(1)
ContainsWeakObjectReference(1)
GetCPPMacroType(1)
GetOwnerProperty(1)
GetCPPType(1)
GetID(1)
GetNameCPP(1)
GetOffset_ForDebug(1)
GetOffset_ForGC(1)
ClearValue(1)
GetOffset_ReplaceWith_ContainerPtrToValuePtr(1)
ShouldPort(1)
Frequently Used Methods
HasAnyPropertyFlags (13)
DestroyValue (10)
GetValueTypeHash (8)
Identical (8)
Get_ElementSize (7)
InitializeValue (7)
GetSize (6)
Get_ArrayDim (4)
GetOffset_ForUFunction (3)
GetOffset_ForInternal (3)
Frequently Used Methods
GetMinAlignment (3)
ExportText_Direct (3)
DestroyValue_InContainer (3)
CopySingleValue (3)
GetPropertyFlags (3)
InitializeValue_InContainer (2)
IsInContainer (2)
HasAllPropertyFlags (2)
Get_RepIndex (2)
SameType (2)
ContainerVoidPtrToValuePtr (2)
SetPropertyFlags (2)
IsEditorOnlyProperty (1)
IsInContainerStruct (1)
PassCPPArgsByRef (1)
ShouldDuplicateValue (1)
ClearPropertyFlags (1)
GetRepOwner (1)
EmitReferenceInfo (1)
ContainerUObjectPtrToValuePtr (1)
Frequently Used Methods
ContainerVoidPtrToValuePtr (2)
SetPropertyFlags (2)
IsEditorOnlyProperty (1)
IsInContainerStruct (1)
PassCPPArgsByRef (1)
ShouldDuplicateValue (1)
ClearPropertyFlags (1)
GetRepOwner (1)
EmitReferenceInfo (1)
ContainerUObjectPtrToValuePtr (1)
ContainerUObjectPtrToValuePtrForDefaults (1)
ContainerVoidPtrToValuePtrForDefaults (1)
ContainsInstancedObjectProperty (1)
ContainsObjectReference (1)
ContainsWeakObjectReference (1)
GetCPPMacroType (1)
GetOwnerProperty (1)
GetCPPType (1)
GetID (1)
GetNameCPP (1)
GetOffset_ForDebug (1)
GetOffset_ForGC (1)
ClearValue (1)
GetOffset_ReplaceWith_ContainerPtrToValuePtr (1)
ShouldPort (1)
Frequently Used Methods
ContainerUObjectPtrToValuePtrForDefaults (1)
ContainerVoidPtrToValuePtrForDefaults (1)
ContainsInstancedObjectProperty (1)
ContainsObjectReference (1)
ContainsWeakObjectReference (1)
GetCPPMacroType (1)
GetOwnerProperty (1)
GetCPPType (1)
GetID (1)
GetNameCPP (1)
GetOffset_ForDebug (1)
GetOffset_ForGC (1)
ClearValue (1)
GetOffset_ReplaceWith_ContainerPtrToValuePtr (1)
ShouldPort (1)
Example #1
0
Show file
File:
UProperty.cs
Project:
yimengfan/USharp
public bool ShouldPort(uint portFlags) { return(Native_UProperty.ShouldPort(Address, portFlags)); }
x