Searched refs:UScriptValueType (Results 1 – 2 of 2) sorted by relevance
35 enum UScriptValueType { enum44 explicit UScriptValue(UScriptValueType type) : type_(type) {} in UScriptValue()47 UScriptValueType GetValueType() const in GetValueType()66 UScriptValueType type_;
107 UScriptValue::UScriptValueType type = innerParam_[index]->GetValueType(); in GetParamType()